Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dlogger.cc43 time_t raw_time; in VLogF() local
44 time(&raw_time); in VLogF()
46 localtime_r(&raw_time, &time_struct); in VLogF()