Home
last modified time | relevance | path

Searched refs:futimesat (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfutimesat.c56 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 Dtime.h32 int futimesat(int, const char *, const struct timeval [2]);
66 __REDIR(futimesat, __futimesat_time64);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtime.h32 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 Dtime.h59 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 Dtime.h32 int futimesat(int, const char *, const struct timeval [2]);
66 __REDIR(futimesat, __futimesat_time64);
/third_party/musl/include/sys/
H A Dtime.h32 int futimesat(int, const char *, const struct timeval [2]);
66 __REDIR(futimesat, __futimesat_time64);
/third_party/musl/compat/time32/
H A Dfutimesat_time32.c9 return futimesat(dirfd, pathname, !times32 ? 0 : ((struct timeval[2]){ in __futimesat_time32()
/third_party/musl/src/stat/
H A Dfutimesat.c22 weak_alias(__futimesat, futimesat);
/third_party/musl/libc-test/src/common/
H A Dtest.h61 #define __futimesat_time64 futimesat
/third_party/libuv/src/unix/
H A Dfs.c286 return futimesat(req->file, NULL, tv); in uv__fs_futime()
/third_party/node/deps/uv/src/unix/
H A Dfs.c267 return futimesat(req->file, NULL, tv); in uv__fs_futime()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2852 pub fn futimesat(fd: ::c_int, path: *const ::c_char, times: *const ::timeval) -> ::c_int; in futimesat() functions
/third_party/python/Modules/
H A Dposixmodule.c5325 return futimesat(dir_fd, path, time); in utime_dir_fd()

Completed in 31 milliseconds