Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp682 const tm* time_struct = localtime(&start_time); in WriteXmlResults() local
683 if (time_struct == nullptr) { in WriteXmlResults()
688 time_struct->tm_year + 1900, time_struct->tm_mon + 1, time_struct->tm_mday, in WriteXmlResults()
689 time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec); in WriteXmlResults()