Searched defs:gettime (Results 1 - 2 of 2) sorted by path

/system/core/fs_mgr/
H A Dfs_mgr.c80 * gettime() - returns the time in seconds of the system's monotonic clock or
83 static time_t gettime(void) function
100 time_t timeout_time = gettime() + timeout;
103 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
/system/core/init/
H A Dutil.c265 * gettime() - returns the time in seconds of the system's monotonic clock or
268 time_t gettime(void) function
363 time_t timeout_time = gettime() + timeout;
366 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))

Completed in 1613 milliseconds