Home
last modified time | relevance | path

Searched refs:st_ctim (Results 1 - 25 of 61) sorted by relevance

123

/third_party/musl/src/stat/
H A 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()
123 .st_ctim.tv_sec = kst.st_ctime_sec, in fstatat_kstat()
124 .st_ctim.tv_nsec = kst.st_ctime_nsec, in fstatat_kstat()
/third_party/libfuse/lib/
H A Dfuse_misc.h31 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec)
34 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val)
/third_party/musl/src/linux/
H A Dstatx.c37 stx->stx_ctime.tv_sec = st.st_ctim.tv_sec; in statx()
38 stx->stx_ctime.tv_nsec = st.st_ctim.tv_nsec; in statx()
/third_party/libuv/src/
H A 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/node/deps/uv/src/
H A 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/gn/src/base/files/
H A Dfile_posix.cc109 time_t creation_time_sec = stat_info.st_ctim.tv_sec;
110 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec;
/third_party/node/deps/uv/src/unix/
H A Dfs.c1449 dst->st_ctim.tv_sec = src->st_ctimespec.tv_sec; in uv__to_stat()
1450 dst->st_ctim.tv_nsec = src->st_ctimespec.tv_nsec; in uv__to_stat()
1460 dst->st_ctim.tv_sec = src->st_ctime; in uv__to_stat()
1461 dst->st_ctim.tv_nsec = src->st_ctimensec; in uv__to_stat()
1481 dst->st_ctim.tv_sec = src->st_ctim.tv_sec; in uv__to_stat()
1482 dst->st_ctim.tv_nsec = src->st_ctim.tv_nsec; in uv__to_stat()
1490 dst->st_birthtim.tv_sec = src->st_ctim.tv_sec; in uv__to_stat()
1491 dst->st_birthtim.tv_nsec = src->st_ctim in uv__to_stat()
[all...]
/third_party/musl/arch/powerpc64/bits/
H A Dstat.h14 struct timespec st_ctim; member
/third_party/musl/arch/s390x/bits/
H A Dstat.h12 struct timespec st_ctim; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/aarch64/bits/
H A Dstat.h16 struct timespec st_ctim; member
/third_party/musl/arch/i386/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/microblaze/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/mips/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/or1k/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/powerpc/bits/
H A Dstat.h23 struct timespec st_ctim; member
/third_party/musl/arch/riscv32/bits/
H A Dstat.h16 struct timespec st_ctim; member
/third_party/musl/arch/riscv64/bits/
H A Dstat.h16 struct timespec st_ctim; member
/third_party/musl/arch/sh/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/x32/bits/
H A Dstat.h20 struct timespec st_ctim; member
/third_party/musl/arch/arm/bits/
H A Dstat.h24 struct timespec st_ctim; member
/third_party/musl/arch/loongarch64/bits/
H A Dstat.h16 struct timespec st_ctim; member
/third_party/musl/arch/m68k/bits/
H A Dstat.h24 struct timespec st_ctim; member

Completed in 8 milliseconds

123