Searched refs:TIME_STR_LEN (Results 1 – 2 of 2) sorted by relevance
172 char time_str[TIME_STR_LEN + 1]; in create_trace_file_dir()180 ret = snprintf(time_str, TIME_STR_LEN + 1, in create_trace_file_dir()184 if (ret > TIME_STR_LEN) in create_trace_file_dir()187 if (snprintf(time_str, TIME_STR_LEN, "00000000-000000") >= TIME_STR_LEN) in create_trace_file_dir()
24 #define TIME_STR_LEN 16 macro
Completed in 6 milliseconds