Home | History | Annotate | Download | only in vold

Lines Matching defs:time_now

2286         struct timespec time_now;
2287 if (clock_gettime(CLOCK_MONOTONIC, &time_now)) {
2290 double elapsed_time = difftime(time_now.tv_sec, data->time_started);