Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dtypes.rs1051 pub type Statx = c::statx; typedef
1069 pub struct Statx { struct
1082 pub stx_atime: StatxTimestamp, argument
1083 pub stx_btime: StatxTimestamp, argument
1084 pub stx_ctime: StatxTimestamp, argument
1085 pub stx_mtime: StatxTimestamp, argument
1095 /// `struct statx_timestamp` for use with [`Statx`]. argument
Dsyscalls.rs1925 ) -> io::Result<Statx> { in statx()
/external/rust/android-crates-io/crates/rustix/src/fs/
Dstatx.rs60 ) -> io::Result<Statx> { in statx()
89 ) -> io::Result<Statx> { in statx()
103 ) -> io::Result<Statx> { in statx_init()
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs708 pub type Statx = linux_raw_sys::general::statx; typedef
/external/crosvm/io_uring/src/
During.rs211 Statx = io_uring_op_IORING_OP_STATX, enumerator
/external/rust/android-crates-io/crates/rustix/src/
Dio_uring.rs359 Statx = sys::io_uring_op::IORING_OP_STATX as _, enumerator