Home
last modified time | relevance | path

Searched defs:from_raw_os_error (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs658 pub fn from_raw_os_error(code: RawOsError) -> Error { in from_raw_os_error() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs658 pub fn from_raw_os_error(code: RawOsError) -> Error { in from_raw_os_error() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs658 pub fn from_raw_os_error(code: RawOsError) -> Error { in from_raw_os_error() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs658 pub fn from_raw_os_error(code: RawOsError) -> Error { in from_raw_os_error() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs658 pub fn from_raw_os_error(code: RawOsError) -> Error { in from_raw_os_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Derror.rs333 pub fn from_raw_os_error(code: i32) -> Self { in from_raw_os_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/io/
Derrno.rs81 pub const fn from_raw_os_error(raw: i32) -> Self { in from_raw_os_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/io/
Derrno.rs1045 pub const fn from_raw_os_error(raw: i32) -> Self { in from_raw_os_error() method