/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
D | lutimes.c | 48 ret = lutimes("./lutimes_0100.txt", tv); in lutimes_0100() 64 ret = lutimes("./lutimes_0200.txt", tv); in lutimes_0200()
|
D | test_src_functionalext_supplement_legacy.gni | 19 "lutimes",
|
/third_party/musl/include/sys/ |
D | time.h | 33 int lutimes(const char *, const struct timeval [2]); 67 __REDIR(lutimes, __lutimes_time64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 33 int lutimes(const char *, const struct timeval [2]); 67 __REDIR(lutimes, __lutimes_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 33 int lutimes(const char *, const struct timeval [2]); 67 __REDIR(lutimes, __lutimes_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 33 int lutimes(const char *, const struct timeval [2]); 67 __REDIR(lutimes, __lutimes_time64);
|
/third_party/musl/ndk_musl_include/sys/ |
D | time.h | 33 int lutimes(const char *, const struct timeval [2]); 66 __REDIR(lutimes, __lutimes_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 60 int lutimes(const char *, const struct timeval [2]); 94 __REDIR(lutimes, __lutimes_time64);
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
D | polyfills.js | 36 if (!fs.lutimes) { 199 fs.lutimes = function (path, at, mt, cb) { function 233 fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) }
|
D | README.md | 16 * implements `fs.lutimes` if possible. Otherwise it becomes a noop. 125 * lutimes that doens't blow up on Linux
|
/third_party/musl/compat/time32/ |
D | lutimes_time32.c | 9 return lutimes(path, !times32 ? 0 : ((struct timeval[2]){ in __lutimes_time32()
|
/third_party/musl/src/legacy/ |
D | lutimes.c | 6 int lutimes(const char *filename, const struct timeval tv[2]) in lutimes() function
|
/third_party/node/test/parallel/ |
D | test-fs-promises.js | 19 lutimes, 243 await lutimes(dest, a_time, m_time);
|
D | test-fs-utimes.js | 104 fs.lutimes(pathType(lpath), atime, mtime, common.mustCall((err) => {
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 60 #define __lutimes_time64 lutimes
|
/third_party/rust/crates/nix/src/sys/ |
D | stat.rs | 392 pub fn lutimes<P: ?Sized + NixPath>( in lutimes() function 399 libc::lutimes(cstr.as_ptr(), ×[0]) in lutimes()
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 658 async function lutimes(path, atime, mtime) { function 660 return binding.lutimes(pathModule.toNamespacedPath(path), 752 lutimes, property
|
/third_party/rust/crates/nix/test/ |
D | test_stat.rs | 29 use nix::sys::stat::lutimes; 251 lutimes(&fullpath, &TimeVal::seconds(4560), &TimeVal::seconds(1230)) in test_lutimes()
|
/third_party/node/lib/ |
D | fs.js | 1429 function lutimes(path, atime, mtime, callback) { function 1435 binding.lutimes(pathModule.toNamespacedPath(path), 1444 binding.lutimes(pathModule.toNamespacedPath(path), 2122 lutimes,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 1252 lutimes
|
D | dragonfly.txt | 1356 lutimes
|
D | netbsd.txt | 1326 lutimes
|
D | freebsd.txt | 1681 lutimes
|
D | apple.txt | 1948 lutimes
|
/third_party/musl/ |
D | libc.map.txt | 1087 lutimes;
|