Searched refs:st_atim (Results 1 – 25 of 32) sorted by relevance
12
/external/libfuse/lib/ |
D | fuse_misc.h | 38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) 41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
|
/external/openssh/openbsd-compat/regress/ |
D | utimensattest.c | 89 if (sb.st_atim.tv_nsec != 23456000) in main() 90 fail("atim.tv_nsec", 23456000, sb.st_atim.tv_nsec); in main()
|
/external/llvm-project/clang/test/Modules/Inputs/odr_hash-elaborated-types/ |
D | textual_stat.h | 7 struct timespec st_atim; member
|
/external/toybox/toys/posix/ |
D | touch.c | 59 ts[0] = st.st_atim; in touch_main()
|
D | cp.c | 333 struct timespec times[] = {try->st.st_atim, try->st.st_mtim}; in cp_node()
|
D | find.c | 456 offsetof(struct stat, st_atim), offsetof(struct stat, st_ctim)}; in do_find()
|
/external/e2fsprogs/util/ |
D | subst.c | 394 tv[0].tv_sec = stbuf.st_atim.tv_sec; in main() 395 tv[0].tv_usec = stbuf.st_atim.tv_nsec / 1000; in main()
|
/external/toybox/toys/lsb/ |
D | gzip.c | 144 struct timespec times[] = {sb.st_atim, sb.st_mtim}; in do_gzip()
|
/external/libchrome/base/files/ |
D | file_posix.cc | 122 time_t last_accessed_sec = stat_info.st_atim.tv_sec; in FromStat() 123 int64_t last_accessed_nsec = stat_info.st_atim.tv_nsec; in FromStat()
|
/external/toybox/lib/ |
D | portability.h | 24 #define st_atim st_atimespec macro
|
/external/toybox/toys/other/ |
D | stat.c | 127 else if (type == 'x') date_stat_format(&stat->st_atim); in print_stat()
|
/external/libfuse/ |
D | meson.build | 51 cc.has_member('struct stat', 'st_atim',
|
/external/ltp/lib/ |
D | safe_file_ops.c | 410 sb.st_atime, sb.st_atim.tv_nsec / 1000); in safe_touch()
|
/external/libcxx/src/filesystem/ |
D | filesystem_common.h | 388 TimeSpec extract_atime(StatT const& st) { return st.st_atim; }
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cpp | 45 #define st_atime st_atim 288 out->st_atim.tv_sec = in->st_atime; in kernel_stat_to_stat() 289 out->st_atim.tv_nsec = in->st_atime_nsec; in kernel_stat_to_stat()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | filesystem_common.h | 398 inline TimeSpec extract_atime(StatT const& st) { return st.st_atim; }
|
/external/fastrpc/src/ |
D | apps_std_imp.c | 1032 ist->atime = (int64)st.st_atim.tv_sec; in __QAIC_HEADER() 1033 ist->atimensec = (int64)st.st_atim.tv_nsec; in __QAIC_HEADER()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 51 TimeSpec extract_atime(StatT const& st) { return st.st_atim; } in extract_atime()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 53 TimeSpec extract_atime(StatT const& st) { return st.st_atim; } in extract_atime()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 152 pub st_atim: timespec,
|
/external/e2fsprogs/lib/ |
D | config.h.in | 482 /* Define to 1 if `st_atim' is a member of `struct stat'. */
|
/external/elfutils/src/ |
D | strip.c | 753 tv[0] = pre_st.st_atim; in process_file()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 702 atime_nsec = Status.st_atim.tv_nsec;
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 726 atime_nsec = Status.st_atim.tv_nsec;
|
/external/e2fsprogs/ |
D | configure.ac | 1005 AC_CHECK_MEMBERS([struct stat.st_atim])
|
12