Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dprobeutils.c95 struct tm *time_val; in get_current_time_long() local
98 time_val = localtime((const time_t *)&t); in get_current_time_long()
99 if (!time_val) in get_current_time_long()
102 return strftime(buf, LONG_TIME_SIZE, "%Y-%m-%d/%H:%M:%S ", time_val); in get_current_time_long()

Completed in 5 milliseconds