Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp2004 time_t time_started; member
2033 double elapsed_time = difftime(time_now.tv_sec, data->time_started); in update_progress()
2208 struct timespec time_started = {0}; in cryptfs_enable_inplace_ext4() local
2267 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in cryptfs_enable_inplace_ext4()
2271 data.time_started = time_started.tv_sec; in cryptfs_enable_inplace_ext4()
2381 data.time_started = time(NULL); in cryptfs_enable_inplace_f2fs()