Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/wasi/
Dmod.rs251 fn io_err(errno: wasi::Errno) -> io::Error { in io_err() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs745 let io_err = io::Error::from(reserve_err); in try_oom_error() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs745 let io_err = io::Error::from(reserve_err); in try_oom_error() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs745 let io_err = io::Error::from(reserve_err); in try_oom_error() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs745 let io_err = io::Error::from(reserve_err); in try_oom_error() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs745 let io_err = io::Error::from(reserve_err); in try_oom_error() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/
Dtest.rs2125 let io_err: io::Error = from_reader::<_, u8>(fail).unwrap_err().into(); in test_into_io_error() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/
H A Dtest.rs2219 let io_err: io::Error = from_reader::<_, u8>(fail).unwrap_err().into(); in test_into_io_error() localVariable