Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js183 atime: this.portable ? null : this.stat.atime, property
189 atime: this.portable ? null : this.header.atime, property
479 atime: this.portable ? null : this.atime, property
492 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/node/test/parallel/
Dtest-fs-stat-date.mjs46 async function runTest(atime, mtime, margin = 0) { argument
Dtest-fs-utimes.js62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
/third_party/node/lib/internal/fs/
Dpromises.js195 utimes(atime, mtime) { argument
943 async function utimes(path, atime, mtime) { argument
951 async function futimes(handle, atime, mtime) { argument
957 async function lutimes(path, atime, mtime) { argument
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c103 time_t atime, dir_atime; in test_file_dir_noatime() local
/third_party/openssl/test/
Dasn1_time_test.c113 ASN1_TIME atime; in test_table() local
/third_party/libuv/test/
Dtest-fs.c64 double atime; member
812 double atime, in check_utime()
2624 double atime; in TEST_IMPL() local
2671 double atime; in TEST_IMPL() local
2745 double atime; in TEST_IMPL() local
2810 double atime; in TEST_IMPL() local
/third_party/node/lib/
Dfs.js2108 function utimes(path, atime, mtime, callback) { argument
2128 function utimesSync(path, atime, mtime) { argument
2146 function futimes(fd, atime, mtime, callback) { argument
2166 function futimesSync(fd, atime, mtime) { argument
2184 function lutimes(path, atime, mtime, callback) { argument
2204 function lutimesSync(path, atime, mtime) { argument
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dtime_test.cpp238 int atime = tmA->tm_min; variable
/third_party/node/deps/uv/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/win/
Dfs.c2250 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle()
2264 double atime, in fs__utime_impl_from_path()
3365 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime()
3382 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime()
3391 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_lutime()
/third_party/node/deps/uv/src/unix/
Dfs.c1905 double atime, in uv_fs_futime()
1918 double atime, in uv_fs_lutime()
2155 double atime, in uv_fs_utime()
/third_party/libuv/src/unix/
Dfs.c1800 double atime, in uv_fs_futime()
1813 double atime, in uv_fs_lutime()
2082 double atime, in uv_fs_utime()
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js241 #atime; field in PathBase
242 get atime() { getter in PathBase
/third_party/libfuse/test/
Dtest_syscalls.c203 static int check_times(const char *path, time_t atime, time_t mtime) in check_times()
927 time_t atime = 987631200; in test_utime() local
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js269 #atime; field in PathBase
270 get atime() { getter in PathBase
/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/node/src/
Dnode_file.cc2490 const double atime = args[1].As<Number>()->Value(); in UTimes() local
2521 const double atime = args[1].As<Number>()->Value(); in FUTimes() local
2551 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.ts1298 public atime: Date; property in Stats
/third_party/libfuse/include/
Dfuse_kernel.h256 uint64_t atime; member
673 uint64_t atime; member

12