Searched refs:open_log_file (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ulog/internal/ |
A D | ulog_session_file.h | 111 int open_log_file(const ulog_idx_type file_idx, int flag, const off_t off);
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_session_file.c | 180 int fd = open_log_file(idx, O_RDONLY, 0); in on_fs_upload() 319 int open_log_file(const ulog_idx_type file_idx, int flag, const off_t off) in open_log_file() function 618 fd = open_log_file(idx, O_WRONLY, operating_file_offset); in pop_out_on_fs()
|
A D | ulog_fs_cfg.c | 206 int fd = open_log_file(ULOG_FILE_CFG_IDX, O_RDONLY, 0); in load_cfg_2_mm()
|
Completed in 4 milliseconds