Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime_now_posix.cc28 int64_t ConvertTimespecToMicros(const struct timespec& ts) { in ConvertTimespecToMicros() function
54 return ConvertTimespecToMicros(ts); in ClockNow()