Searched refs:futimesat (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | futimesat.c | 56 int result = futimesat(dir_fd, "test.txt", tv); in futimesat_0100() 58 t_error("%s futimesat failed\n", __func__); in futimesat_0100() 94 int result = futimesat(dir_fd, "test.txt", NULL); in futimesat_0200() 96 t_error("%s futimesat failed\n", __func__); in futimesat_0200() 113 int result = futimesat(-1, "test.txt", NULL); in futimesat_0300() 115 t_error("%s futimesat should be failed\n", __func__); in futimesat_0300() 126 int result = futimesat(AT_FDCWD, NULL, NULL); in futimesat_0400() 128 t_error("%s futimesat should be failed\n", __func__); in futimesat_0400()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 32 int futimesat(int, const char *, const struct timeval [2]); 66 __REDIR(futimesat, __futimesat_time64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 32 int futimesat(int, const char *, const struct timeval [2]); 66 __REDIR(futimesat, __futimesat_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 59 int futimesat(int, const char *, const struct timeval [2]); 93 __REDIR(futimesat, __futimesat_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 32 int futimesat(int, const char *, const struct timeval [2]); 66 __REDIR(futimesat, __futimesat_time64);
|
/third_party/musl/include/sys/ |
H A D | time.h | 32 int futimesat(int, const char *, const struct timeval [2]); 66 __REDIR(futimesat, __futimesat_time64);
|
/third_party/musl/compat/time32/ |
H A D | futimesat_time32.c | 9 return futimesat(dirfd, pathname, !times32 ? 0 : ((struct timeval[2]){ in __futimesat_time32()
|
/third_party/musl/src/stat/ |
H A D | futimesat.c | 22 weak_alias(__futimesat, futimesat);
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 61 #define __futimesat_time64 futimesat
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 286 return futimesat(req->file, NULL, tv); in uv__fs_futime()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 267 return futimesat(req->file, NULL, tv); in uv__fs_futime()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2852 pub fn futimesat(fd: ::c_int, path: *const ::c_char, times: *const ::timeval) -> ::c_int; in futimesat() functions
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 5325 return futimesat(dir_fd, path, time); in utime_dir_fd()
|
Completed in 31 milliseconds