Home
last modified time | relevance | path

Searched refs:futimes (Results 1 – 25 of 59) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Dfutimes.c42 ret = futimes(fd, tv); in futimes_0100()
56 ret = futimes(fd, 0); in futimes_0200()
71 ret = futimes(fd, tv); in futimes_0300()
Dtest_src_functionalext_supplement_legacy.gni18 "futimes",
/third_party/node/test/parallel/
Dtest-fs-utimes.js117 fs.futimes(fd, atime, mtime, common.mustCall((err) => {
186 () => fs.futimes(i, new Date(), new Date(), common.mustNotCall()),
204 () => fs.futimes(-1, new Date(), new Date(), common.mustNotCall()),
Dtest-trace-events-fs-async.js120 fs.futimes(fd, 1, 1, () => {
/third_party/musl/ndk_musl_include/sys/
Dtime.h31 int futimes(int, const struct timeval [2]);
64 __REDIR(futimes, __futimes_time64);
/third_party/musl/include/sys/
Dtime.h31 int futimes(int, const struct timeval [2]);
65 __REDIR(futimes, __futimes_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h31 int futimes(int, const struct timeval [2]);
65 __REDIR(futimes, __futimes_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h31 int futimes(int, const struct timeval [2]);
65 __REDIR(futimes, __futimes_time64);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h31 int futimes(int, const struct timeval [2]);
65 __REDIR(futimes, __futimes_time64);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h58 int futimes(int, const struct timeval [2]);
92 __REDIR(futimes, __futimes_time64);
/third_party/node/typings/internalBinding/
Dfs.d.ts106 function futimes(fd: number, atime: number, mtime: number, req: FSReqCallback): void;
107 …function futimes(fd: number, atime: number, mtime: number, req: undefined, ctx: FSSyncContext): vo…
108 …function futimes(fd: number, atime: number, mtime: number, usePromises: typeof kUsePromises): Prom…
247 futimes: typeof InternalFSBinding.futimes;
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js209 if (constants.hasOwnProperty("O_SYMLINK") && fs.futimes) {
216 fs.futimes(fd, at, mt, function (er) {
243 } else if (fs.futimes) {
/third_party/musl/compat/time32/
Dfutimes_time32.c9 return futimes(fd, !times32 ? 0 : ((struct timeval[2]){ in __futimes_time32()
/third_party/musl/src/legacy/
Dfutimes.c5 int futimes(int fd, const struct timeval tv[2]) in futimes() function
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt38 futimes
Dlinux-gnu.txt591 futimes
Dopenbsd.txt1024 futimes
Dfuchsia.txt1215 futimes
/third_party/musl/libc-test/src/common/
Dtest.h56 #define __futimes_time64 futimes
/third_party/gn/src/gn/
Dfunction_write_file_unittest.cc101 ASSERT_EQ(futimes(foo_file.GetPlatformFile(), times), 0); in TEST_F()
/third_party/node/lib/internal/fs/
Dpromises.js197 return fsCall(futimes, this, atime, mtime);
956 async function futimes(handle, atime, mtime) { function
959 return binding.futimes(handle.fd, atime, mtime, kUsePromises);
/third_party/node/lib/
Dfs.js2148 function futimes(fd, atime, mtime, callback) { function
2156 binding.futimes(fd, atime, mtime, req);
2173 binding.futimes(fd, atime, mtime, undefined, ctx);
3092 futimes,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc469 if (::futimes(FD, Times))
473 #warning Missing futimes() and futimens()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake79 /* Define to 1 if you have the `futimes' function. */
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js456 fs.futimes(fd, atime, mtime, er =>

123