Searched defs:time_struct (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp566 const tm* time_struct = localtime(&epoch_iteration_start_time); local
569 time_struct->tm_year + 1900, time_struct->tm_mon + 1, time_struct->tm_mday,
570 time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec);

Completed in 57 milliseconds