Searched defs:Statx (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1051 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
|
D | syscalls.rs | 1925 ) -> io::Result<Statx> { in statx()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | statx.rs | 60 ) -> io::Result<Statx> { in statx() 89 ) -> io::Result<Statx> { in statx() 103 ) -> io::Result<Statx> { in statx_init()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 708 pub type Statx = linux_raw_sys::general::statx; typedef
|
/aosp_15_r20/external/crosvm/io_uring/src/ |
H A D | uring.rs | 211 Statx = io_uring_op_IORING_OP_STATX, enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | zsyscall_aix_ppc.go | 723 func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (err error) { func
|
D | zsyscall_aix_ppc64.go | 658 func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (err error) { func
|
D | zsyscall_linux.go | 1597 func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (err error) { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | io_uring.rs | 359 Statx = sys::io_uring_op::IORING_OP_STATX as _, enumerator
|