Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c350 struct tm tmBuf; in showLog() local
375 ptm = localtime_r(&when, &tmBuf); in showLog()
Dlogprint.c667 struct tm tmBuf; in android_log_formatLogLine() local
689 ptm = localtime_r(&(entry->tv_sec), &tmBuf); in android_log_formatLogLine()