当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 0 Fork 5

OpenHarmony / utils_native
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
zhoushilin 提交于 2022-03-24 20:11 . change file auth to 644

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

utils_native_lite

1
https://gitee.com/openharmony/utils_native.git
git@gitee.com:openharmony/utils_native.git
openharmony
utils_native
utils_native
master

搜索帮助