/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
D | futimes.c | 42 ret = futimes(fd, tv); in futimes_0100() 56 ret = futimes(fd, 0); in futimes_0200() 71 ret = futimes(fd, tv); in futimes_0300()
|
D | test_src_functionalext_supplement_legacy.gni | 18 "futimes",
|
/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 117 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()),
|
D | test-trace-events-fs-async.js | 120 fs.futimes(fd, 1, 1, () => {
|
/third_party/musl/ndk_musl_include/sys/ |
D | time.h | 31 int futimes(int, const struct timeval [2]); 64 __REDIR(futimes, __futimes_time64);
|
/third_party/musl/include/sys/ |
D | time.h | 31 int futimes(int, const struct timeval [2]); 65 __REDIR(futimes, __futimes_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 31 int futimes(int, const struct timeval [2]); 65 __REDIR(futimes, __futimes_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 31 int futimes(int, const struct timeval [2]); 65 __REDIR(futimes, __futimes_time64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 31 int futimes(int, const struct timeval [2]); 65 __REDIR(futimes, __futimes_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 58 int futimes(int, const struct timeval [2]); 92 __REDIR(futimes, __futimes_time64);
|
/third_party/node/typings/internalBinding/ |
D | fs.d.ts | 106 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/ |
D | polyfills.js | 209 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/ |
D | futimes_time32.c | 9 return futimes(fd, !times32 ? 0 : ((struct timeval[2]){ in __futimes_time32()
|
/third_party/musl/src/legacy/ |
D | futimes.c | 5 int futimes(int fd, const struct timeval tv[2]) in futimes() function
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-musl.txt | 38 futimes
|
D | linux-gnu.txt | 591 futimes
|
D | openbsd.txt | 1024 futimes
|
D | fuchsia.txt | 1215 futimes
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 56 #define __futimes_time64 futimes
|
/third_party/gn/src/gn/ |
D | function_write_file_unittest.cc | 101 ASSERT_EQ(futimes(foo_file.GetPlatformFile(), times), 0); in TEST_F()
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 197 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/ |
D | fs.js | 2148 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/ |
D | Path.inc | 469 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/ |
D | config.h.cmake | 79 /* Define to 1 if you have the `futimes' function. */
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | unpack.js | 456 fs.futimes(fd, atime, mtime, er =>
|