mirror of
https://github.com/openharmony/utils.git
synced 2026-07-01 21:14:06 -04:00
023476db3e63780d936d3eb513a7acd2ca00324a
2. Delete Module "utilsecurec". Signed-off-by: liujialiang <liujialiang10@huawei.com> Change-Id: Ie5e78df9de2d42454d75d098e24c773d9c000cad
utils
Introduction
The utils repository provides some commonly used C and C++ development enhancement APIs. It includes the following parts:
C++ part:
- Ability enhancement interface for file, path, string related operations;
- Interfaces such as read-write locks, semaphores, timers, thread enhancements and thread pools;
- Interfaces such as secure data container and data serialization;
- Definition of error codes for each subsystem;
- C language safety function interface.
Part C:
- HAL interface for standard file related operations;
- Some other internal functions, such as timers, etc.
Directory Structure
utils
├── native # utils native implementation
└── system # System-related predefined values and SA framework
Usage
For details, see the API Reference.
Repositories Involved
Utils subsystem
Description
Languages
Markdown
100%