Searched refs:futimesat (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | sys_time.cpp | 37 static int futimesat(int fd, const char* path, const timeval tv[2], int flags) { in futimesat() function 47 return futimesat(AT_FDCWD, path, tv, 0); in utimes() 51 return futimesat(AT_FDCWD, path, tv, AT_SYMLINK_NOFOLLOW); in lutimes() 54 int futimesat(int fd, const char* path, const timeval tv[2]) { in futimesat() function 55 return futimesat(fd, path, tv, 0); in futimesat()
|
/bionic/tests/ |
D | sys_time_test.cpp | 85 ASSERT_EQ(0, futimesat(AT_FDCWD, tf.path, nullptr)); in TEST() 94 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST() 97 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST() 103 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST() 106 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
|
/bionic/libc/include/sys/ |
D | time.h | 68 int futimesat(int __dir_fd, const char* __BIONIC_COMPLICATED_NULLNESS __path, const struct timeval …
|
/bionic/docs/ |
D | status.md | 175 * `futimes`/`futimesat`/`lutimes`
|
/bionic/libc/ |
D | libc.map.txt | 1300 futimesat; # introduced=26
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1300 futimesat; # introduced=26
|