Home
last modified time | relevance | path

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

/components/utilities/ulog/backend/
A Dfile_be.c28 #define SUFFIX_LEN 10 in ulog_file_rotate() macro
46 rt_snprintf(old_path + base_len, SUFFIX_LEN, index ? "_%d.log" : ".log", index - 1); in ulog_file_rotate()
47 rt_snprintf(new_path + base_len, SUFFIX_LEN, "_%d.log", index); in ulog_file_rotate()

Completed in 8 milliseconds