Searched refs:sys_time (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | sys_time_test.cpp | 26 TEST(sys_time, utimes_nullptr) { in TEST() argument 31 TEST(sys_time, utimes_EINVAL) { in TEST() argument 53 TEST(sys_time, futimes_nullptr) { in TEST() argument 58 TEST(sys_time, futimes_EINVAL) { in TEST() argument 80 TEST(sys_time, futimesat_nullptr) { in TEST() argument 85 TEST(sys_time, futimesat_EINVAL) { in TEST() argument 107 TEST(sys_time, lutimes_nullptr) { in TEST() argument 112 TEST(sys_time, lutimes_EINVAL) { in TEST() argument 134 TEST(sys_time, gettimeofday) { in TEST() argument
|
/bionic/libc/tzcode/ |
D | private.h | 327 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
|
D | localtime.c | 2342 time_t r = sys_time(0); in time()
|
/bionic/libc/ |
D | Android.bp | 1403 "bionic/sys_time.cpp",
|