Home
last modified time | relevance | path

Searched refs:cur_log_file_path (Results 1 – 2 of 2) sorted by relevance

/components/utilities/ulog/backend/
A Dfile_be.c72 be->cur_log_file_fd = open(be->cur_log_file_path, O_CREAT | O_RDWR | O_APPEND); in ulog_file_rotate()
94 …rt_snprintf(be->cur_log_file_path, ULOG_FILE_PATH_LEN, "%s/%s.log", be->cur_log_dir_path, be->pare… in ulog_file_backend_flush_with_buf()
95 be->cur_log_file_fd = open(be->cur_log_file_path, O_CREAT | O_RDWR | O_APPEND); in ulog_file_backend_flush_with_buf()
98 rt_kprintf("ulog file(%s) open failed.", be->cur_log_file_path); in ulog_file_backend_flush_with_buf()
A Dulog_be.h33 char cur_log_file_path[ULOG_FILE_PATH_LEN]; member

Completed in 2 milliseconds