Home
last modified time | relevance | path

Searched defs:sys_time (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dsys_time_test.cpp29 TEST(sys_time, utimes_nullptr) { in TEST() argument
34 TEST(sys_time, utimes_EINVAL) { in TEST() argument
56 TEST(sys_time, futimes_nullptr) { in TEST() argument
61 TEST(sys_time, futimes_EINVAL) { in TEST() argument
83 TEST(sys_time, futimesat_nullptr) { in TEST() argument
88 TEST(sys_time, futimesat_EINVAL) { in TEST() argument
110 TEST(sys_time, lutimes_nullptr) { in TEST() argument
115 TEST(sys_time, lutimes_EINVAL) { in TEST() argument
142 TEST(sys_time, gettimeofday) { in TEST() argument
/bionic/libc/tzcode/
Dprivate.h596 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function