Searched refs:futimes (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | sys_time_test.cpp | 56 ASSERT_EQ(0, futimes(tf.fd, nullptr)); in TEST() 65 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST() 68 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST() 74 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST() 77 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
|
/bionic/libc/bionic/ |
D | sys_time.cpp | 58 int futimes(int fd, const timeval tv[2]) { in futimes() function
|
/bionic/libc/include/sys/ |
D | time.h | 50 int futimes(int __fd, const struct timeval __times[2]) __INTRODUCED_IN(26);
|
/bionic/docs/ |
D | status.md | 118 * `futimes`/`futimesat`/`lutimes`
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1301 futimes; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1301 futimes; # introduced=26
|