Home
last modified time | relevance | path

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

/external/crosvm/disk/src/
Ddisk.rs110 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk() method
114 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk() method
/external/crosvm/devices/src/virtio/
Dblock_async.rs902 let async_image = match disk_image.to_async_disk(&ex) { in activate()