Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_time.cpp44 struct tm tmBuf; in strptime() local
45 ptm = localtime_r(&now, &tmBuf); in strptime()
83 ptm = localtime_r(&now, &tmBuf); in strptime()
Dfake_log_device.c357 struct tm tmBuf; in showLog() local
386 ptm = localtime_r(&when, &tmBuf); in showLog()
Dlogprint.c1272 struct tm tmBuf; in android_log_formatLogLine() local
1320 ptm = localtime_r(&now, &tmBuf); in android_log_formatLogLine()
/system/core/debuggerd/
Dtombstone.cpp551 struct tm tmBuf; in dump_log_file() local
553 ptm = localtime_r(&sec, &tmBuf); in dump_log_file()
/system/core/logcat/tests/
Dlogcat_test.cpp92 struct tm tmBuf; in TEST() local
93 ptm = localtime_r(&now, &tmBuf); in TEST()