Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_time_test.cpp25 TEST(sys_time, utimes) { in TEST() argument
46 TEST(sys_time, utimes_NULL) { in TEST() argument
51 TEST(sys_time, gettimeofday) { in TEST() argument
/bionic/libc/tzcode/
Dprivate.h316 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
Dlocaltime.c2312 time_t r = sys_time(0); in time()