mirror of
https://github.com/openharmony/utils_native.git
synced 2026-07-21 01:25:42 -04:00
a8e57ceaafd28e671262b499cd832d1ac608006c
Description: modify file length Sig: SIG_ApplicaitonFramework Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: SoftSquirrel <xuhao47@huawei.com>
utils/native
Introduction
The utils/native repository provides the following commonly used C++ utility classes:
- Enhanced APIs for operations related to files, paths, and strings
- APIs related to the read-write lock, semaphore, timer, thread, and thread pool
- APIs related to the security data container and data serialization
- Error codes for each subsystem
- Safe functions in C
Directory Structure
utils/native
└─ base
├── include # Header files of APIs open to other subsystems
├── src # Source files
└── test # Test code
Repositories Involved
Utils subsystem
utils
utils_native
Description
Languages
C++
73.7%
C
26.3%