Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs411 pub async fn read_exact_to_at_fut<F: AsyncDisk + ?Sized>( in read_exact_to_at_fut() method
1491 .read_exact_to_at_fut(&async_ro_file, 512, 0) in region_reader_failing_io_async()
Dblock_async.rs732 .read_exact_to_at_fut(&**disk_image, data_len, offset) in execute_request()