Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/musl/libc-test/src/functional/
H A Dutime64.c34 TESTVAL(st.st_atim.tv_sec,==,0); in main()
35 TESTVAL(st.st_atim.tv_nsec,==,0); in main()
41 TESTVAL(st.st_atim.tv_sec,==,0); in main()
42 TESTVAL(st.st_atim.tv_nsec,==,0); in main()
50 TESTVAL(st.st_atim.tv_sec,>=,t); in main()
57 TESTVAL(st.st_atim.tv_sec,==,0); in main()
62 TESTVAL(st.st_atim.tv_sec,>=,t); in main()
68 TESTVAL(st.st_atim.tv_sec, ==, 1LL<<32); in main()
H A Dutime.c31 TESTVAL(st.st_atim.tv_sec,==,0); in main()
32 TESTVAL(st.st_atim.tv_nsec,==,0); in main()
38 TESTVAL(st.st_atim.tv_sec,==,0); in main()
39 TESTVAL(st.st_atim.tv_nsec,==,0); in main()
47 TESTVAL(st.st_atim.tv_sec,>=,t); in main()
54 TESTVAL(st.st_atim.tv_sec,==,0); in main()
59 TESTVAL(st.st_atim.tv_sec,>=,t); in main()
65 TESTVAL(st.st_atim.tv_sec, ==, 1LL<<32); in main()
/third_party/musl/src/stat/
H A Dfstatat.c54 .st_atim.tv_sec = stx.stx_atime.tv_sec, in fstatat_statx()
55 .st_atim.tv_nsec = stx.stx_atime.tv_nsec, in fstatat_statx()
119 .st_atim.tv_sec = kst.st_atime_sec, in fstatat_kstat()
120 .st_atim.tv_nsec = kst.st_atime_nsec, in fstatat_kstat()
/third_party/libfuse/lib/
H A Dfuse_misc.h30 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec)
33 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_misc.h27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec)
30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
/third_party/musl/src/linux/
H A Dstatx.c33 stx->stx_atime.tv_sec = st.st_atim.tv_sec; in statx()
34 stx->stx_atime.tv_nsec = st.st_atim.tv_nsec; in statx()
/third_party/gn/src/base/files/
H A Dfile_posix.cc107 time_t last_accessed_sec = stat_info.st_atim.tv_sec;
108 int64_t last_accessed_nsec = stat_info.st_atim.tv_nsec;
/third_party/musl/arch/powerpc64/bits/
H A Dstat.h12 struct timespec st_atim; member
/third_party/musl/arch/s390x/bits/
H A Dstat.h10 struct timespec st_atim; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/arch/aarch64/bits/
H A Dstat.h14 struct timespec st_atim; member
/third_party/musl/arch/i386/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/arch/microblaze/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/arch/mips/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/arch/or1k/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/arch/powerpc/bits/
H A Dstat.h21 struct timespec st_atim; member
/third_party/musl/arch/riscv32/bits/
H A Dstat.h14 struct timespec st_atim; member
/third_party/musl/arch/riscv64/bits/
H A Dstat.h14 struct timespec st_atim; member
/third_party/musl/arch/sh/bits/
H A Dstat.h22 struct timespec st_atim; member
/third_party/musl/arch/x32/bits/
H A Dstat.h18 struct timespec st_atim; member
/third_party/musl/compat/time32/
H A Dfstatat_time32.c13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()
H A Dfstat_time32.c13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
/third_party/musl/arch/arm/bits/
H A Dstat.h22 struct timespec st_atim; member

Completed in 6 milliseconds

1234