Files
utils_native/README.md
huangyicong 8f4247f025 readmeUpdateNdk
Signed-off-by: huangyicong <huangyicong4@huawei.com>
2022-01-04 14:46:52 +08:00

1.1 KiB
Executable File

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
    ├── ndk_libraries_config # Configuration of the NDK library
    └── test          # Test code

Repositories Involved

Utils subsystem

utils

utils_native

utils_native_lite