Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs664 pub async fn write_all_from_at_fut<F: AsyncDisk + ?Sized>( in write_all_from_at_fut() method
1528 .write_all_from_at_fut(&async_file, 512, 0) in region_writer_failing_io_async()
Dblock_async.rs713 .write_all_from_at_fut(&**disk_image, data_len, offset) in execute_request()