/third_party/musl/libc-test/src/functional/ |
H A D | utime64.c | 34 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 D | utime.c | 31 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 D | fstatat.c | 54 .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 D | fuse_misc.h | 30 #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 D | fuse_misc.h | 27 #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 D | statx.c | 33 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 D | file_posix.cc | 107 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 D | stat.h | 12 struct timespec st_atim; member
|
/third_party/musl/arch/s390x/bits/ |
H A D | stat.h | 10 struct timespec st_atim; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/aarch64/bits/ |
H A D | stat.h | 14 struct timespec st_atim; member
|
/third_party/musl/arch/i386/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/microblaze/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/mips/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/or1k/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/powerpc/bits/ |
H A D | stat.h | 21 struct timespec st_atim; member
|
/third_party/musl/arch/riscv32/bits/ |
H A D | stat.h | 14 struct timespec st_atim; member
|
/third_party/musl/arch/riscv64/bits/ |
H A D | stat.h | 14 struct timespec st_atim; member
|
/third_party/musl/arch/sh/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/x32/bits/ |
H A D | stat.h | 18 struct timespec st_atim; member
|
/third_party/musl/compat/time32/ |
H A D | fstatat_time32.c | 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()
|
H A D | fstat_time32.c | 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
|
/third_party/musl/arch/arm/bits/ |
H A D | stat.h | 22 struct timespec st_atim; member
|