Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Dutil_libc.rs47 pub fn last_os_error() -> Error { in last_os_error() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Dutil_libc.rs47 pub fn last_os_error() -> Error { in last_os_error() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs626 pub fn last_os_error() -> Error { in last_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.rs626 pub fn last_os_error() -> Error { in last_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.rs626 pub fn last_os_error() -> Error { in last_os_error() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Derror.rs626 pub fn last_os_error() -> Error { in last_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.rs626 pub fn last_os_error() -> Error { in last_os_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/io/
Derrno.rs1049 pub(crate) fn last_os_error() -> Self { in last_os_error() method