Home
last modified time | relevance | path

Searched refs:futimesat (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dsys_time.cpp37 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/
Dsys_time_test.cpp85 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/
Dtime.h68 int futimesat(int __dir_fd, const char* __BIONIC_COMPLICATED_NULLNESS __path, const struct timeval …
/bionic/docs/
Dstatus.md175 * `futimes`/`futimesat`/`lutimes`
/bionic/libc/
Dlibc.map.txt1300 futimesat; # introduced=26
/bionic/tools/versioner/platforms/
Dlibc.map.txt1300 futimesat; # introduced=26