Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlog_time.cpp38 struct tm tmBuf; in strptime() local
39 ptm = localtime_r(&now, &tmBuf); in strptime()
77 ptm = localtime_r(&now, &tmBuf); in strptime()
Dlogprint.cpp1435 struct tm tmBuf; in android_log_formatLogLine() local
1482 ptm = localtime_r(&now, &tmBuf); in android_log_formatLogLine()
/system/logging/logcat/tests/
Dlogcat_test.cpp191 struct tm tmBuf; in TEST() local
192 ptm = localtime_r(&now, &tmBuf); in TEST()