Searched refs:futimes (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | sys_time_test.cpp | 58 ASSERT_EQ(0, futimes(tf.fd, nullptr)); in TEST() 67 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST() 70 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST() 76 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST() 79 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[_Nullable 2]) __INTRODUCED_IN(26);
|
/bionic/docs/ |
D | status.md | 175 * `futimes`/`futimesat`/`lutimes`
|
/bionic/libc/ |
D | libc.map.txt | 1299 futimes; # introduced=26
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1299 futimes; # introduced=26
|