|
|
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) |