Home
last modified time | relevance | path

Searched refs:lutimes (Results 1 – 25 of 45) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Dlutimes.c48 ret = lutimes("./lutimes_0100.txt", tv); in lutimes_0100()
64 ret = lutimes("./lutimes_0200.txt", tv); in lutimes_0200()
Dtest_src_functionalext_supplement_legacy.gni19 "lutimes",
/third_party/musl/include/sys/
Dtime.h33 int lutimes(const char *, const struct timeval [2]);
67 __REDIR(lutimes, __lutimes_time64);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h33 int lutimes(const char *, const struct timeval [2]);
67 __REDIR(lutimes, __lutimes_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h33 int lutimes(const char *, const struct timeval [2]);
67 __REDIR(lutimes, __lutimes_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h33 int lutimes(const char *, const struct timeval [2]);
67 __REDIR(lutimes, __lutimes_time64);
/third_party/musl/ndk_musl_include/sys/
Dtime.h33 int lutimes(const char *, const struct timeval [2]);
66 __REDIR(lutimes, __lutimes_time64);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h60 int lutimes(const char *, const struct timeval [2]);
94 __REDIR(lutimes, __lutimes_time64);
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js36 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) }
DREADME.md16 * implements `fs.lutimes` if possible. Otherwise it becomes a noop.
125 * lutimes that doens't blow up on Linux
/third_party/musl/compat/time32/
Dlutimes_time32.c9 return lutimes(path, !times32 ? 0 : ((struct timeval[2]){ in __lutimes_time32()
/third_party/musl/src/legacy/
Dlutimes.c6 int lutimes(const char *filename, const struct timeval tv[2]) in lutimes() function
/third_party/node/test/parallel/
Dtest-fs-promises.js19 lutimes,
243 await lutimes(dest, a_time, m_time);
Dtest-fs-utimes.js104 fs.lutimes(pathType(lpath), atime, mtime, common.mustCall((err) => {
/third_party/musl/libc-test/src/common/
Dtest.h60 #define __lutimes_time64 lutimes
/third_party/rust/crates/nix/src/sys/
Dstat.rs392 pub fn lutimes<P: ?Sized + NixPath>( in lutimes() function
399 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
/third_party/node/lib/internal/fs/
Dpromises.js658 async function lutimes(path, atime, mtime) { function
660 return binding.lutimes(pathModule.toNamespacedPath(path),
752 lutimes, property
/third_party/rust/crates/nix/test/
Dtest_stat.rs29 use nix::sys::stat::lutimes;
251 lutimes(&fullpath, &TimeVal::seconds(4560), &TimeVal::seconds(1230)) in test_lutimes()
/third_party/node/lib/
Dfs.js1429 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/
Dfuchsia.txt1252 lutimes
Ddragonfly.txt1356 lutimes
Dnetbsd.txt1326 lutimes
Dfreebsd.txt1681 lutimes
Dapple.txt1948 lutimes
/third_party/musl/
Dlibc.map.txt1087 lutimes;

12