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.cpp83 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/
Dtime.h55 int futimesat(int __dir_fd, const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26…
/bionic/docs/
Dstatus.md118 * `futimes`/`futimesat`/`lutimes`
/bionic/tools/versioner/platforms/
Dlibc.map.txt1302 futimesat; # introduced=26
/bionic/libc/
Dlibc.map.txt1302 futimesat; # introduced=26