Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp525 const tm* time_struct = localtime(&epoch_iteration_start_time); in OnTestIterationEndXmlPrint() local
528 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()