Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs650 pub async fn write_from_at_fut<F: AsyncDisk + ?Sized>( in write_from_at_fut() method
671 let nwritten = self.write_from_at_fut(src, count, off).await?; in write_all_from_at_fut()