/third_party/node/deps/npm/node_modules/tar/lib/ |
D | write-entry.js | 168 atime: this.portable ? null : this.stat.atime, property 174 atime: this.portable ? null : this.header.atime, property 461 atime: this.portable ? null : this.atime, property 467 atime: this.portable ? null : this.atime, property
|
D | pax.js | 58 atime: this.atime || null, property
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 6-1-buildonly.c | 32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 132 time_t atime; in test_rwflag() local
|
/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
|
/third_party/iowow/src/platform/ |
D | iwp.h | 122 uint64_t atime; /**< Time of last access. */ member
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 155 utimes(atime, mtime) { argument 644 async function utimes(path, atime, mtime) { argument 652 async function futimes(handle, atime, mtime) { argument 658 async function lutimes(path, atime, mtime) { argument
|
/third_party/openssl/test/ |
D | asn1_time_test.c | 113 ASN1_TIME atime; in test_table() local
|
/third_party/libuv/test/ |
D | test-fs.c | 58 double atime; member 753 double atime, in check_utime() 2421 double atime; in TEST_IMPL() local 2466 double atime; in TEST_IMPL() local 2538 double atime; in TEST_IMPL() local 2601 double atime; in TEST_IMPL() local
|
/third_party/node/lib/ |
D | fs.js | 1388 function utimes(path, atime, mtime, callback) { argument 1400 function utimesSync(path, atime, mtime) { argument 1409 function futimes(fd, atime, mtime, callback) { argument 1420 function futimesSync(fd, atime, mtime) { argument 1429 function lutimes(path, atime, mtime, callback) { argument 1441 function lutimesSync(path, atime, mtime) { argument
|
/third_party/libuv/src/win/ |
D | fs.c | 2269 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle() 2283 double atime, in fs__utime_impl_from_path() 3378 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() 3395 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() 3404 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_lutime()
|
/third_party/libuv/src/unix/ |
D | fs.c | 1904 double atime, in uv_fs_futime() 1917 double atime, in uv_fs_lutime() 2154 double atime, in uv_fs_utime()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.h | 140 ntfs_atime_t atime; member
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 29 atime: '[PC preview] unknow atime', property
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_kernel.h | 82 __u64 atime; member 251 __u64 atime; member
|
/third_party/glib/gio/ |
D | glocalfileinfo.c | 2519 FILETIME atime; in set_mtime_atime() local 2839 GFileAttributeValue *mtime, *mtime_usec, *atime, *atime_usec; in _g_local_file_info_set_attributes() local
|
/third_party/node/src/ |
D | node_file.cc | 2277 const double atime = args[1].As<Number>()->Value(); in UTimes() local 2306 const double atime = args[1].As<Number>()->Value(); in FUTimes() local 2335 const double atime = args[1].As<Number>()->Value(); in LUTimes() local
|
/third_party/toybox/toys/pending/ |
D | mke2fs.c | 184 uint32_t atime; // Access time member
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 1293 public atime: Date; property in Stats
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 2539 GstClockTime atime; in gst_matroska_demux_search_pos() local
|
/third_party/e2fsprogs/misc/ |
D | fuse2fs.c | 510 struct timespec atime, mtime, now; in update_atime() local
|
/third_party/quickjs/ |
D | quickjs-libc.c | 2562 int64_t atime, mtime; in js_os_utimes() local
|
/third_party/python/Modules/ |
D | posixmodule.c | 5371 FILETIME atime, mtime; in os_utime_impl() local
|