Searched refs:futimesat (Results 1 – 10 of 10) 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 | 82 ASSERT_EQ(0, futimesat(AT_FDCWD, tf.filename, nullptr)); in TEST() 91 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv)); in TEST() 94 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv)); in TEST() 100 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv)); in TEST() 103 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv)); in TEST()
|
/bionic/libc/include/sys/ |
D | time.h | 55 int futimesat(int, const char*, const struct timeval[2]) __INTRODUCED_IN(26);
|
/bionic/libc/ |
D | libc.mips64.map | 1197 futimesat; # future
|
D | libc.x86_64.map | 1197 futimesat; # future
|
D | libc.arm64.map | 1197 futimesat; # future
|
D | libc.x86.map | 1257 futimesat; # future
|
D | libc.mips.map | 1259 futimesat; # future
|
D | libc.arm.map | 1275 futimesat; # future
|
D | libc.map.txt | 1300 futimesat; # introduced=26
|