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