Searched refs:time_struct (Results 1 – 1 of 1) sorted by relevance
511 const tm* time_struct = localtime(&epoch_iteration_start_time); in OnTestIterationEndXmlPrint() local514 time_struct->tm_year + 1900, time_struct->tm_mon + 1, time_struct->tm_mday, in OnTestIterationEndXmlPrint()515 time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec); in OnTestIterationEndXmlPrint()