Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp467 const tm* time_struct = localtime(&epoch_iteration_start_time); in OnTestIterationEndXmlPrint() local
470 time_struct->tm_year + 1900, time_struct->tm_mon + 1, time_struct->tm_mday, in OnTestIterationEndXmlPrint()
471 time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec); in OnTestIterationEndXmlPrint()