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 | 83 ASSERT_EQ(0, futimesat(AT_FDCWD, tf.path, nullptr)); in TEST() 92 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST() 95 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST() 101 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST() 104 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
|
/bionic/libc/include/sys/ |
D | time.h | 55 int futimesat(int __dir_fd, const char* __path, 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 | 1302 futimesat; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1302 futimesat; # introduced=26
|