Home
last modified time | relevance | path

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

/external/crosvm/disk/src/
Ddisk.rs187 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk()
191 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk()
323 pub trait AsyncDisk: DiskGetLen + FileSetLen + FileAllocate { trait
Dandroid_sparse.rs322 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk()
662 ) -> DiskResult<Box<dyn AsyncDisk>> { in test_async_image()
667 async fn read_exact_at(image: &dyn AsyncDisk, offset: usize, len: usize) -> Vec<u8> { in read_exact_at()
Dcomposite.rs412 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk()
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs221 disk_image: Box<dyn AsyncDisk>, in new()
/external/crosvm/disk/src/qcow/
Dmod.rs1606 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk()