Home
last modified time | relevance | path

Searched refs:io_ext (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_async/src/
Dlib.rs65 mod io_ext; module
79 pub use io_ext::{
During_source.rs238 use crate::io_ext::{ReadAsync, WriteAsync};
483 crate::io_ext::Error::Uring(crate::uring_executor::Error::Io(io_err)) => { in fallocate()