Searched refs:the_time (Results 1 – 2 of 2) sorted by relevance
37 struct timeval the_time;38 timerclear(&the_time);39 if (0 != ::gettimeofday(&the_time,nullptr)) {48 static_cast<TimeValue::SecondsType>( the_time.tv_sec +50 static_cast<TimeValue::NanoSecondsType>( the_time.tv_usec *
106 base::Time::Exploded the_time; in GetSnapshotFileName() local108 base::Time::Now().LocalExplode(&the_time); in GetSnapshotFileName()110 kSnapshotBaseName, the_time.year, the_time.month, the_time.day_of_month, in GetSnapshotFileName()111 the_time.hour, the_time.minute, the_time.second, kSnapshotExtension)); in GetSnapshotFileName()