Searched defs:io_err (Results 1 – 8 of 8) sorted by relevance
251 fn io_err(errno: wasi::Errno) -> io::Error { in io_err() function
745 let io_err = io::Error::from(reserve_err); in try_oom_error() localVariable
2125 let io_err: io::Error = from_reader::<_, u8>(fail).unwrap_err().into(); in test_into_io_error() localVariable
2219 let io_err: io::Error = from_reader::<_, u8>(fail).unwrap_err().into(); in test_into_io_error() localVariable