Home
last modified time | relevance | path

Searched defs:AsyncDisk (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/disk/src/
H A Ddisk.rs202 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk()
206 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk()
345 pub trait AsyncDisk: DiskGetLen + FileSetLen + FileAllocate { interface
H A Dandroid_sparse.rs323 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk()
665 ) -> DiskResult<Box<dyn AsyncDisk>> { in test_async_image()
670 async fn read_exact_at(image: &dyn AsyncDisk, offset: usize, len: usize) -> Vec<u8> { in read_exact_at()
H A Dzstd.rs267 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk()
H A Dcomposite.rs403 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk()
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs1646 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk()