Searched defs:tmBuf (Results 1 - 3 of 3) sorted by relevance

/system/core/debuggerd/
H A Dtombstone.c546 struct tm tmBuf; local
548 ptm = localtime_r(&sec, &tmBuf);
/system/core/liblog/
H A Dfake_log_device.c350 struct tm tmBuf; local
375 ptm = localtime_r(&when, &tmBuf);
H A Dlogprint.c708 struct tm tmBuf; local
730 ptm = localtime_r(&(entry->tv_sec), &tmBuf);

Completed in 238 milliseconds