/third_party/musl/src/stat/ |
D | fstatat.c | 58 .st_ctim.tv_sec = stx.stx_ctime.tv_sec, in fstatat_statx() 59 .st_ctim.tv_nsec = stx.stx_ctime.tv_nsec, in fstatat_statx() 119 .st_ctim.tv_sec = kst.st_ctime_sec, in fstatat_kstat() 120 .st_ctim.tv_nsec = kst.st_ctime_nsec, in fstatat_kstat()
|
/third_party/libuv/src/ |
D | fs-poll.c | 259 return a->st_ctim.tv_nsec == b->st_ctim.tv_nsec in statbuf_eq() 262 && a->st_ctim.tv_sec == b->st_ctim.tv_sec in statbuf_eq()
|
/third_party/libuv/src/unix/ |
D | fs.c | 1448 dst->st_ctim.tv_sec = src->st_ctimespec.tv_sec; in uv__to_stat() 1449 dst->st_ctim.tv_nsec = src->st_ctimespec.tv_nsec; in uv__to_stat() 1459 dst->st_ctim.tv_sec = src->st_ctime; in uv__to_stat() 1460 dst->st_ctim.tv_nsec = src->st_ctimensec; in uv__to_stat() 1480 dst->st_ctim.tv_sec = src->st_ctim.tv_sec; in uv__to_stat() 1481 dst->st_ctim.tv_nsec = src->st_ctim.tv_nsec; in uv__to_stat() 1489 dst->st_birthtim.tv_sec = src->st_ctim.tv_sec; in uv__to_stat() 1490 dst->st_birthtim.tv_nsec = src->st_ctim.tv_nsec; in uv__to_stat() 1499 dst->st_ctim.tv_sec = src->st_ctime; in uv__to_stat() 1500 dst->st_ctim.tv_nsec = 0; in uv__to_stat() [all …]
|
/third_party/musl/arch/powerpc64/bits/ |
D | stat.h | 14 struct timespec st_ctim; member
|
/third_party/musl/arch/s390x/bits/ |
D | stat.h | 12 struct timespec st_ctim; member
|
/third_party/musl/arch/x86_64/bits/ |
D | stat.h | 20 struct timespec st_ctim; member
|
/third_party/musl/arch/x32/bits/ |
D | stat.h | 20 struct timespec st_ctim; member
|
/third_party/musl/arch/riscv64/bits/ |
D | stat.h | 16 struct timespec st_ctim; member
|
/third_party/musl/arch/aarch64/bits/ |
D | stat.h | 16 struct timespec st_ctim; member
|
/third_party/musl/arch/mips64/bits/ |
D | stat.h | 15 struct timespec st_ctim; member
|
/third_party/musl/arch/powerpc/bits/ |
D | stat.h | 23 struct timespec st_ctim; member
|
/third_party/musl/arch/or1k/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/i386/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/arm/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/sh/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/microblaze/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/m68k/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/mips/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | stat.h | 21 struct timespec st_ctim; member
|
/third_party/node/deps/uvwasi/src/ |
D | uv_mapping.c | 242 fs->st_ctim = uvwasi__timespec_to_timestamp(&stat->st_ctim); in uvwasi__stat_to_filestat()
|
/third_party/glib/glib/ |
D | gstdioprivate.h | 46 gtimespec st_ctim; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | stat.h | 24 struct timespec st_ctim; member
|