Searched refs:get_log_path (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_fs.c | 108 static int get_log_path(char *buf, size_t buf_len, int num) in get_log_path() function 123 rc = get_log_path(fname, sizeof(fname), num); in check_log_file_exist() 328 get_log_path(fname, sizeof(fname), curr_file_num); in allocate_new_file() 389 get_log_path(fname, sizeof(fname), curr_file_num); in allocate_new_file() 408 get_log_path(dellname, sizeof(dellname), oldest); in del_oldest_log()
|