Home
last modified time | relevance | path

Searched defs:atime (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js168 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
Dpax.js58 atime: this.atime || null, property
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
D6-1-buildonly.c32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c132 time_t atime; in test_rwflag() local
/third_party/node/test/parallel/
Dtest-fs-utimes.js62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
/third_party/iowow/src/platform/
Diwp.h122 uint64_t atime; /**< Time of last access. */ member
/third_party/node/lib/internal/fs/
Dpromises.js155 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/
Dasn1_time_test.c113 ASN1_TIME atime; in test_table() local
/third_party/libuv/test/
Dtest-fs.c58 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/
Dfs.js1388 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/
Dfs.c2269 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/
Dfs.c1904 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/
Dntfs-3g_common.h140 ntfs_atime_t atime; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js29 atime: '[PC preview] unknow atime', property
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h82 __u64 atime; member
251 __u64 atime; member
/third_party/glib/gio/
Dglocalfileinfo.c2519 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/
Dnode_file.cc2277 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/
Dmke2fs.c184 uint32_t atime; // Access time member
/third_party/typescript/src/harness/
DvfsUtil.ts1293 public atime: Date; property in Stats
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c2539 GstClockTime atime; in gst_matroska_demux_search_pos() local
/third_party/e2fsprogs/misc/
Dfuse2fs.c510 struct timespec atime, mtime, now; in update_atime() local
/third_party/quickjs/
Dquickjs-libc.c2562 int64_t atime, mtime; in js_os_utimes() local
/third_party/python/Modules/
Dposixmodule.c5371 FILETIME atime, mtime; in os_utime_impl() local