Home
last modified time | relevance | path

Searched refs:open_log_file (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ulog/internal/
A Dulog_session_file.h111 int open_log_file(const ulog_idx_type file_idx, int flag, const off_t off);
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c180 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 Dulog_fs_cfg.c206 int fd = open_log_file(ULOG_FILE_CFG_IDX, O_RDONLY, 0); in load_cfg_2_mm()

Completed in 4 milliseconds