Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ulog/src/
A Dulog_utility.c47 time_t rawtime; in ulog_format_time() local
48 time(&rawtime); in ulog_format_time()
49 struct tm *tm = localtime(&rawtime); in ulog_format_time()
/AliOS-Things-master/components/debug/src/
A Ddebug_panic.c186 time_t rawtime = ms / 1000; in debug_cur_task_show() local
187 struct tm *tm = localtime(&rawtime); in debug_cur_task_show()

Completed in 3 milliseconds