/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | utimes.cpp | 75 double atime = static_cast<double>(stat_req->statbuf.st_atim.tv_sec) + in Sync() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
H A D | 6-1-buildonly.c | 32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | move_file.cpp | 69 double atime = static_cast<double>(statReq->statbuf.st_atim.tv_sec) + in ChangeTime() local
|
H A D | file_fs_impl.cpp | 453 double atime = static_cast<double>(stat_req->statbuf.st_atim.tv_sec) + in RestoreTime() local 1214 double atime = static_cast<double>(stat_req->statbuf.st_atim.tv_sec) + in Utimes() local
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_test.cpp | 238 int atime = tmA->tm_min; in HWTEST_F() local
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 103 time_t atime, dir_atime; in test_file_dir_noatime() local
|
/third_party/openssl/test/ |
H A D | asn1_time_test.c | 113 ASN1_TIME atime; in test_table() local [all...] |
/third_party/libuv/src/unix/ |
H A D | fs.c | 1797 uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb cb) uv_fs_futime() argument 1810 uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) uv_fs_lutime() argument 2079 uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) uv_fs_utime() argument [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.h | 140 ntfs_atime_t atime; member
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 203 static int check_times(const char *path, time_t atime, time_t mtime) in check_times() argument 927 time_t atime = 987631200; in test_utime() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 184 uint32_t atime; // Access time member
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 1651 int64_t atime = 0; in GetMetaBaseData() local [all...] |
/third_party/libuv/test/ |
H A D | test-fs.c | 64 double atime; member 811 check_utime(const char* path, double atime, double mtime, int test_lutime) check_utime() argument 2624 double atime; TEST_IMPL() local 2671 double atime; TEST_IMPL() local 2745 double atime; TEST_IMPL() local 2810 double atime; TEST_IMPL() local [all...] |
/third_party/node/src/ |
H A D | node_file.cc | 2490 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(); LUTimes() local [all...] |
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 82 __u64 atime; member 251 __u64 atime; member
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1902 uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb cb) uv_fs_futime() argument 1915 uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) uv_fs_lutime() argument 2152 uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) uv_fs_utime() argument [all...] |
/third_party/libuv/src/win/ |
H A D | fs.c | 2250 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle() argument 3365 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() argument 3382 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() argument 2263 fs__utime_impl_from_path(WCHAR* path, double atime, double mtime, int do_lutime) fs__utime_impl_from_path() argument 3391 uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) uv_fs_lutime() argument [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2269 INLINE static int fs__utime_handle(HANDLE handle, double atime, double mtime) { in fs__utime_handle() argument 3378 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() argument 3395 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() argument 2282 fs__utime_impl_from_path(WCHAR* path, double atime, double mtime, int do_lutime) fs__utime_impl_from_path() argument 3404 uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs_cb cb) uv_fs_lutime() argument [all...] |
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 256 uint64_t atime; member 673 uint64_t atime; member
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 5511 FILETIME atime, mtime; in os_utime_impl() local
|