Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_time_test.cpp27 TEST(sys_time, utimes_nullptr) { in TEST() argument
32 TEST(sys_time, utimes_EINVAL) { in TEST() argument
54 TEST(sys_time, futimes_nullptr) { in TEST() argument
59 TEST(sys_time, futimes_EINVAL) { in TEST() argument
81 TEST(sys_time, futimesat_nullptr) { in TEST() argument
86 TEST(sys_time, futimesat_EINVAL) { in TEST() argument
108 TEST(sys_time, lutimes_nullptr) { in TEST() argument
113 TEST(sys_time, lutimes_EINVAL) { in TEST() argument
135 TEST(sys_time, gettimeofday) { in TEST() argument
/bionic/libc/tzcode/
Dprivate.h327 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
Dlocaltime.c2297 time_t r = sys_time(0); in time()
/bionic/libc/
DAndroid.bp1141 "bionic/sys_time.cpp",