Home
last modified time | relevance | path

Searched defs:from_io (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Derror.rs47 pub fn from_io(e: io::Error) -> Error { in from_io() function
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/
Derror.rs180 pub(crate) fn from_io(depth: usize, err: io::Error) -> Self { in from_io() method
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Derror.rs82 pub(crate) fn from_io(err: io::Error) -> Self { in from_io() method