Home
last modified time | relevance | path

Searched defs:RawMode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs138 pub const fn as_raw_mode(self) -> RawMode { in as_raw_mode()
156 impl From<Mode> for RawMode { implementation
360 pub const fn as_raw_mode(self) -> RawMode { in as_raw_mode()
720 pub type RawMode = linux_raw_sys::general::__kernel_mode_t; typedef
730 pub type RawMode = c::c_uint; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dtypes.rs170 pub const fn as_raw_mode(self) -> RawMode { in as_raw_mode()
190 impl From<Mode> for RawMode { implementation
508 pub const fn as_raw_mode(self) -> RawMode { in as_raw_mode()
1112 pub type RawMode = c::mode_t; typedef
1116 pub type RawMode = c::c_uint; typedef