/third_party/rust/crates/rustix/tests/fs/ |
D | y2038.rs | 64 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_utimensat() 91 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_utimensat() 160 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_futimens() 187 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_futimens()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | aarch64.rs | 22 pub st_atime_nsec: ::c_long, 44 pub st_atime_nsec: ::c_long,
|
D | x86_64.rs | 21 pub st_atime_nsec: ::c_long, 42 pub st_atime_nsec: ::c_long,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 29 pub st_atime_nsec: ::c_long, 52 pub st_atime_nsec: ::c_long,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 40 pub st_atime_nsec: ::c_long, 62 pub st_atime_nsec: ::c_long,
|
/third_party/musl/src/stat/ |
D | fstatat.c | 116 .st_atim.tv_nsec = kst.st_atime_nsec, in fstatat_kstat() 123 .__st_atim32.tv_nsec = kst.st_atime_nsec, in fstatat_kstat()
|
/third_party/musl/arch/mips64/ |
D | kstat.h | 13 int st_atime_nsec; member
|
/third_party/musl/arch/powerpc64/ |
D | kstat.h | 13 long st_atime_nsec; member
|
/third_party/musl/arch/s390x/ |
D | kstat.h | 11 long st_atime_nsec; member
|
/third_party/musl/arch/powerpc/ |
D | kstat.h | 14 long st_atime_nsec; member
|
/third_party/musl/arch/x32/ |
D | kstat.h | 16 long st_atime_nsec; member
|
/third_party/musl/arch/x86_64/ |
D | kstat.h | 16 long st_atime_nsec; member
|
/third_party/musl/arch/mips/ |
D | kstat.h | 13 long st_atime_nsec; member
|
/third_party/musl/arch/mipsn32/ |
D | kstat.h | 13 long st_atime_nsec; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/i386/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/sh/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/m68k/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/or1k/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/aarch64/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/arm/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/riscv64/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/musl/arch/microblaze/ |
D | kstat.h | 15 long st_atime_nsec; member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | b64.rs | 12 pub st_atime_nsec: ::c_long, field
|