Home
last modified time | relevance | path

Searched refs:st_mtime_nsec (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/rust/crates/rustix/tests/fs/
Dy2038.rs55 assert_eq!(stat.st_mtime_nsec as u32, m_nsec); in test_y2038_with_utimensat()
82 assert_eq!(stat.st_mtime_nsec as u32, m_nsec); in test_y2038_with_utimensat()
151 assert_eq!(stat.st_mtime_nsec as u32, m_nsec); in test_y2038_with_futimens()
178 assert_eq!(stat.st_mtime_nsec as u32, m_nsec); in test_y2038_with_futimens()
/third_party/rust/crates/libc/src/fuchsia/
Daarch64.rs24 pub st_mtime_nsec: ::c_long,
46 pub st_mtime_nsec: ::c_long,
Dx86_64.rs23 pub st_mtime_nsec: ::c_long,
44 pub st_mtime_nsec: ::c_long,
/third_party/rust/crates/rustix/ci/
Ds390x-stat-have-nsec.patch4 Without this, The `fstat` syscall sets `st_mtime_nsec` and the other `_nsec`
9 This can be seen in the `st_mtime_nsec` assert in tests/fs/futimens.rs.
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs31 pub st_mtime_nsec: ::c_long,
54 pub st_mtime_nsec: ::c_long,
/third_party/musl/src/stat/
Dfstatat.c118 .st_mtim.tv_nsec = kst.st_mtime_nsec, in fstatat_kstat()
125 .__st_mtim32.tv_nsec = kst.st_mtime_nsec, in fstatat_kstat()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs42 pub st_mtime_nsec: ::c_long,
64 pub st_mtime_nsec: ::c_long,
/third_party/musl/arch/mips64/
Dkstat.h15 int st_mtime_nsec; member
/third_party/musl/arch/powerpc64/
Dkstat.h15 long st_mtime_nsec; member
/third_party/musl/arch/s390x/
Dkstat.h13 long st_mtime_nsec; member
/third_party/musl/arch/mips/
Dkstat.h15 long st_mtime_nsec; member
/third_party/musl/arch/mipsn32/
Dkstat.h15 long st_mtime_nsec; member
/third_party/musl/arch/powerpc/
Dkstat.h16 long st_mtime_nsec; member
/third_party/musl/arch/x32/
Dkstat.h18 long st_mtime_nsec; member
/third_party/musl/arch/x86_64/
Dkstat.h18 long st_mtime_nsec; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/m68k/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/riscv64/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/microblaze/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/aarch64/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/arm/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/or1k/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/i386/
Dkstat.h17 long st_mtime_nsec; member
/third_party/musl/arch/sh/
Dkstat.h17 long st_mtime_nsec; member

1234