Home
last modified time | relevance | path

Searched refs:st_ctim (Results 1 – 25 of 57) sorted by relevance

123

/third_party/musl/src/stat/
Dfstatat.c58 .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/
Dfs-poll.c259 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/
Dfs.c1448 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/
Dstat.h14 struct timespec st_ctim; member
/third_party/musl/arch/s390x/bits/
Dstat.h12 struct timespec st_ctim; member
/third_party/musl/arch/x86_64/bits/
Dstat.h20 struct timespec st_ctim; member
/third_party/musl/arch/x32/bits/
Dstat.h20 struct timespec st_ctim; member
/third_party/musl/arch/riscv64/bits/
Dstat.h16 struct timespec st_ctim; member
/third_party/musl/arch/aarch64/bits/
Dstat.h16 struct timespec st_ctim; member
/third_party/musl/arch/mips64/bits/
Dstat.h15 struct timespec st_ctim; member
/third_party/musl/arch/powerpc/bits/
Dstat.h23 struct timespec st_ctim; member
/third_party/musl/arch/or1k/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/i386/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/arm/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/sh/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/microblaze/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/m68k/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/mips/bits/
Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/mipsn32/bits/
Dstat.h21 struct timespec st_ctim; member
/third_party/node/deps/uvwasi/src/
Duv_mapping.c242 fs->st_ctim = uvwasi__timespec_to_timestamp(&stat->st_ctim); in uvwasi__stat_to_filestat()
/third_party/glib/glib/
Dgstdioprivate.h46 gtimespec st_ctim; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstat.h24 struct timespec st_ctim; member

123