Home
last modified time | relevance | path

Searched refs:utimes (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-fs-utimes.js101 fs.utimes(pathType(tmpdir.path), atime, mtime, common.mustCall((err) => {
107 fs.utimes(pathType('foobarbaz'), atime, mtime, common.mustCall((err) => {
166 () => fs.utimes(0, new Date(), new Date(), common.mustNotCall()),
178 () => fs.utimes(i, new Date(), new Date(), common.mustNotCall()),
Dtest-fs-null-bytes.js80 check(fs.utimes, fs.utimesSync, 'foo\u0000bar', 0, 0);
114 check(fs.utimes, fs.utimesSync, fileUrl, 0, 0);
145 check(fs.utimes, fs.utimesSync, fileUrl2, 0, 0);
Dtest-fs-promises.js33 utimes,
221 await utimes(dest, new Date(), new Date());
224 await handle.utimes(new Date(), new Date());
/third_party/ltp/testcases/kernel/syscalls/utimes/
Dutimes01.c81 TEST(utimes(tc->pathname, tc->times)); in utimes_verify()
91 if (TST_ERR == 0 && utimes(tc->pathname, tmp_tv) == -1) in utimes_verify()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dutimes.c48 if (utimes(path, NULL) != 0) { in utimes_0100()
77 int result = utimes(path, tv); in utimes_0200()
Dtest_src_functionalext_supplement_linux.gni41 "utimes",
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h24 int utimes (const char *, const struct timeval [2]);
63 __REDIR(utimes, __utimes_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h24 int utimes (const char *, const struct timeval [2]);
63 __REDIR(utimes, __utimes_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h24 int utimes (const char *, const struct timeval [2]);
63 __REDIR(utimes, __utimes_time64);
/third_party/musl/include/sys/
Dtime.h24 int utimes (const char *, const struct timeval [2]);
63 __REDIR(utimes, __utimes_time64);
/third_party/musl/ndk_musl_include/sys/
Dtime.h24 int utimes (const char *, const struct timeval [2]);
62 __REDIR(utimes, __utimes_time64);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h55 int utimes (const char *, const struct timeval [2]);
90 __REDIR(utimes, __utimes_time64);
/third_party/musl/src/linux/
Dutimes.c5 int utimes(const char *path, const struct timeval times[2]) in utimes() function
/third_party/musl/porting/liteos_a/user/src/linux/
Dutimes.c6 int utimes(const char *path, const struct timeval times[2]) in utimes() function
/third_party/musl/compat/time32/
Dutimes_time32.c8 return utimes(path, !times32 ? 0 : ((struct timeval[2]){ in __utimes_time32()
/third_party/musl/libc-test/src/api/
Dsys_time.c29 {int(*p)(const char*,const struct timeval[]) = utimes;} in f()
/third_party/node/lib/internal/fs/
Dpromises.js155 utimes(atime, mtime) { method in FileHandle
644 async function utimes(path, atime, mtime) { function
646 return binding.utimes(pathModule.toNamespacedPath(path),
751 utimes, property
/third_party/ltp/lib/
Dsafe_file_ops.c398 ret = utimes(pathname, NULL); in safe_touch()
435 ret = utimes(pathname, cotimes); in safe_touch()
/third_party/musl/libc-test/src/common/
Dtest.h85 #define __utimes_time64 utimes
/third_party/gn/src/gn/
Dfunction_write_file_unittest.cc96 ASSERT_EQ(utimes(foo_name.value().c_str(), times), 0); in TEST_F()
/third_party/curl/src/
Dtool_filetime.c141 if(utimes(filename, times)) { in setfiletime()
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c1665 struct utimbuf utimes; in do_utime() local
1673 utimes.actime = asymlink.st_atime + a_time_value; in do_utime()
1674 utimes.modtime = asymlink.st_mtime + a_time_value; in do_utime()
1678 if (utime(tc_ptr->fn_arg[1], &utimes) == -1) in do_utime()
/third_party/ltp/include/lapi/syscalls/
Dmips_n64.in227 utimes 5226
Dia64.in13 utimes 1036
Dsparc64.in123 utimes 138

1234