Home
last modified time | relevance | path

Searched refs:stx_mtime (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/stat/
H A Dfstatat.c27 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
56 .st_mtim.tv_sec = stx.stx_mtime.tv_sec, in fstatat_statx()
57 .st_mtim.tv_nsec = stx.stx_mtime.tv_nsec, in fstatat_statx()
63 .__st_mtim32.tv_sec = stx.stx_mtime.tv_sec, in fstatat_statx()
64 .__st_mtim32.tv_nsec = stx.stx_mtime.tv_nsec, in fstatat_statx()
/third_party/musl/src/linux/
H A Dstatx.c35 stx->stx_mtime.tv_sec = st.st_mtim.tv_sec; in statx()
36 stx->stx_mtime.tv_nsec = st.st_mtim.tv_nsec; in statx()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dstat.h50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.h53 struct uv__statx_timestamp stx_mtime; member
H A Dfs.c1574 buf->st_mtim.tv_sec = statxbuf.stx_mtime.tv_sec; in uv__fs_statx()
1575 buf->st_mtim.tv_nsec = statxbuf.stx_mtime.tv_nsec; in uv__fs_statx()
/third_party/ltp/include/lapi/
H A Dstat.h91 const struct statx_timestamp stx_mtime; member
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx06.c126 timestamp_to_timespec(&buff.stx_mtime, &statx_time); in test_statx()
/third_party/musl/include/sys/
H A Dstat.h146 struct statx_timestamp stx_mtime; member
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1351 .stx_mtime in statx_to_stat()
1355 st_mtime_nsec: x.stx_mtime.tv_nsec as _, in statx_to_stat()
1392 .stx_mtime in statx_to_stat()
1396 result.st_mtime_nsec = x.stx_mtime.tv_nsec as _; in statx_to_stat()
H A Dtypes.rs1026 pub stx_mtime: StatxTimestamp,
/third_party/libuv/src/unix/
H A Dinternal.h208 struct uv__statx_timestamp stx_mtime; member
H A Dlinux.c1135 buf->st_mtim.tv_sec = statxbuf->stx_mtime.tv_sec; in uv__statx_to_stat()
1136 buf->st_mtim.tv_nsec = statxbuf->stx_mtime.tv_nsec; in uv__statx_to_stat()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs638 .stx_mtime in statx_to_stat()
642 st_mtime_nsec: x.stx_mtime.tv_nsec.into(), in statx_to_stat()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs34 pub stx_mtime: ::statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3630 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3628 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3608 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3753 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3813 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3781 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3877 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3714 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3992 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3688 pub stx_mtime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3962 pub stx_mtime: statx_timestamp,

Completed in 150 milliseconds

12