T-Box 文件工具接口
More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
|
|
int | tbox_file_read_line (const char *path, char *buf, size_t buf_size) |
|
int | tbox_file_copy (const char *src_path, const char *dst_path) |
|
int | tbox_file_sync (const char *path) |
|
int | tbox_file_ensure_dir (const char *path) |
|
int | tbox_file_get_size (const char *path) |
|
int | tbox_file_get_size_by_fd (int fd) |
|
uint64_t | tbox_file_get_free_space (const char *path) |
|
int | tbox_file_get_partition_size (const char *device, uint64_t *size) |
T-Box 文件工具接口
- Version
- 1.0.0
- Date
- 2026-07-06
- Copyright
- Copyright © 2026 Shenzhen One IOT World Co., Ltd. All rights reserved.