Home
last modified time | relevance | path

Searched defs:Statx (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs992 pub type Statx = c::statx; typedef
1010 pub struct Statx { struct
1023 pub stx_atime: StatxTimestamp, argument
1024 pub stx_btime: StatxTimestamp, argument
1025 pub stx_ctime: StatxTimestamp, argument
1026 pub stx_mtime: StatxTimestamp, argument
1036 /// `struct statx_timestamp` for use with [`Statx`]. argument
Dsyscalls.rs1515 ) -> io::Result<Statx> { in statx()
/third_party/rust/crates/rustix/src/fs/
Dstatx.rs28 ) -> io::Result<Statx> { in statx()
46 ) -> io::Result<Statx> { in _statx()
60 ) -> io::Result<Statx> { in statx_init()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs607 pub type Statx = linux_raw_sys::general::statx; typedef
/third_party/rust/crates/rustix/src/
Dio_uring.rs279 Statx = sys::IORING_OP_STATX as _, enumerator