Home
last modified time | relevance | path

Searched defs:async_image (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/
Dblock.rs84 let async_image = disk_image.to_async_disk(ex)?; in into_req_handler() localVariable
/external/crosvm/disk/src/
Dandroid_sparse.rs843 let async_image = image.to_async_disk(&ex).unwrap(); in async_read_raw() localVariable
861 let async_image = image.to_async_disk(&ex).unwrap(); in async_read_fill_raw_with_offset() localVariable
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs971 let async_image = match disk_image.to_async_disk(&ex) { in activate() localVariable