/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 101 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()),
|
D | test-fs-null-bytes.js | 80 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);
|
D | test-fs-promises.js | 33 utimes, 221 await utimes(dest, new Date(), new Date()); 224 await handle.utimes(new Date(), new Date());
|
/third_party/ltp/testcases/kernel/syscalls/utimes/ |
D | utimes01.c | 81 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/ |
D | utimes.c | 48 if (utimes(path, NULL) != 0) { in utimes_0100() 77 int result = utimes(path, tv); in utimes_0200()
|
D | test_src_functionalext_supplement_linux.gni | 41 "utimes",
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 24 int utimes (const char *, const struct timeval [2]); 63 __REDIR(utimes, __utimes_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 24 int utimes (const char *, const struct timeval [2]); 63 __REDIR(utimes, __utimes_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 24 int utimes (const char *, const struct timeval [2]); 63 __REDIR(utimes, __utimes_time64);
|
/third_party/musl/include/sys/ |
D | time.h | 24 int utimes (const char *, const struct timeval [2]); 63 __REDIR(utimes, __utimes_time64);
|
/third_party/musl/ndk_musl_include/sys/ |
D | time.h | 24 int utimes (const char *, const struct timeval [2]); 62 __REDIR(utimes, __utimes_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 55 int utimes (const char *, const struct timeval [2]); 90 __REDIR(utimes, __utimes_time64);
|
/third_party/musl/src/linux/ |
D | utimes.c | 5 int utimes(const char *path, const struct timeval times[2]) in utimes() function
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
D | utimes.c | 6 int utimes(const char *path, const struct timeval times[2]) in utimes() function
|
/third_party/musl/compat/time32/ |
D | utimes_time32.c | 8 return utimes(path, !times32 ? 0 : ((struct timeval[2]){ in __utimes_time32()
|
/third_party/musl/libc-test/src/api/ |
D | sys_time.c | 29 {int(*p)(const char*,const struct timeval[]) = utimes;} in f()
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 155 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/ |
D | safe_file_ops.c | 398 ret = utimes(pathname, NULL); in safe_touch() 435 ret = utimes(pathname, cotimes); in safe_touch()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 85 #define __utimes_time64 utimes
|
/third_party/gn/src/gn/ |
D | function_write_file_unittest.cc | 96 ASSERT_EQ(utimes(foo_name.value().c_str(), times), 0); in TEST_F()
|
/third_party/curl/src/ |
D | tool_filetime.c | 141 if(utimes(filename, times)) { in setfiletime()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 1665 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/ |
D | mips_n64.in | 227 utimes 5226
|
D | ia64.in | 13 utimes 1036
|
D | sparc64.in | 123 utimes 138
|