Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DIsolate.cpp637 const tm* time_struct = localtime(&start_time); in WriteXmlResults() local
638 if (time_struct == nullptr) { in WriteXmlResults()
643 time_struct->tm_year + 1900, time_struct->tm_mon + 1, time_struct->tm_mday, in WriteXmlResults()
644 time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec); in WriteXmlResults()