Searched refs:tm_time (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/
H A Dlogging.cc795 struct tm* tm_time = &local_time; local
797 << std::setw(2) << 1 + tm_time->tm_mon
798 << std::setw(2) << tm_time->tm_mday
800 << std::setw(2) << tm_time->tm_hour
801 << std::setw(2) << tm_time->tm_min
802 << std::setw(2) << tm_time->tm_sec

Completed in 89 milliseconds