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

/system/vold/
H A Dfstrim.c48 unsigned long long time_ms; local
53 time_ms = (t.tv_sec * 1000LL) + (t.tv_nsec / 1000000);
55 return time_ms;

Completed in 66 milliseconds