Home
last modified time | relevance | path

Searched refs:st_atime_nsec (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/arch/mips64/
Dkstat.h13 int st_atime_nsec; member
/third_party/musl/arch/s390x/
Dkstat.h11 long st_atime_nsec; member
/third_party/musl/arch/powerpc64/
Dkstat.h13 long st_atime_nsec; member
/third_party/musl/arch/powerpc/
Dkstat.h14 long st_atime_nsec; member
/third_party/musl/arch/x32/
Dkstat.h16 long st_atime_nsec; member
/third_party/musl/arch/x86_64/
Dkstat.h16 long st_atime_nsec; member
/third_party/musl/arch/mips/
Dkstat.h13 long st_atime_nsec; member
/third_party/musl/arch/mipsn32/
Dkstat.h13 long st_atime_nsec; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/riscv64/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/m68k/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/aarch64/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/sh/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/or1k/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/arm/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/i386/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/arch/microblaze/
Dkstat.h15 long st_atime_nsec; member
/third_party/musl/src/stat/
Dfstatat.c116 .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/python/Include/cpython/
Dfileutils.h65 int st_atime_nsec; member
/third_party/python/Python/
Dfileutils.c1089 FILE_TIME_to_time_t_nsec(&info->ftLastAccessTime, &result->st_atime, &result->st_atime_nsec); in _Py_attribute_data_to_stat()
/third_party/python/Modules/
Dposixmodule.c2428 ansec = st->st_atime_nsec; in _pystat_fromstructstat()