Home
last modified time | relevance | path

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

/third_party/musl/arch/mips64/
Dkstat.h17 int st_ctime_nsec; member
/third_party/musl/arch/s390x/
Dkstat.h15 long st_ctime_nsec; member
/third_party/musl/arch/powerpc64/
Dkstat.h17 long st_ctime_nsec; member
/third_party/musl/arch/powerpc/
Dkstat.h18 long st_ctime_nsec; member
/third_party/musl/arch/x32/
Dkstat.h20 long st_ctime_nsec; member
/third_party/musl/arch/x86_64/
Dkstat.h20 long st_ctime_nsec; member
/third_party/musl/arch/mips/
Dkstat.h17 long st_ctime_nsec; member
/third_party/musl/arch/mipsn32/
Dkstat.h17 long st_ctime_nsec; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/riscv64/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/m68k/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/aarch64/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/sh/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/or1k/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/arm/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/i386/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/arch/microblaze/
Dkstat.h19 long st_ctime_nsec; member
/third_party/musl/src/stat/
Dfstatat.c120 .st_ctim.tv_nsec = kst.st_ctime_nsec, in fstatat_kstat()
127 .__st_ctim32.tv_nsec = kst.st_ctime_nsec, in fstatat_kstat()
/third_party/python/Include/cpython/
Dfileutils.h69 int st_ctime_nsec; member
/third_party/python/Python/
Dfileutils.c1087 FILE_TIME_to_time_t_nsec(&info->ftCreationTime, &result->st_ctime, &result->st_ctime_nsec); in _Py_attribute_data_to_stat()
/third_party/python/Modules/
Dposixmodule.c2430 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()