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

/system/core/fs_mgr/
H A Dfs_mgr.c63 * gettime() - returns the time in seconds of the system's monotonic clock or
66 static time_t gettime(void) function
83 time_t timeout_time = gettime() + timeout;
86 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
/system/core/init/
H A Dutil.c266 * gettime() - returns the time in seconds of the system's monotonic clock or
269 time_t gettime(void) function
377 time_t timeout_time = gettime() + timeout;
380 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))

Completed in 609 milliseconds