Home
last modified time | relevance | path

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

/external/crosvm/fuse/src/
Dfilesystem.rs249 fn write_all_from(&mut self, f: &mut File, mut count: usize, mut off: u64) -> io::Result<()> { in write_all_from() method
309 fn write_all_from(&mut self, f: &mut File, count: usize, off: u64) -> io::Result<()> { in write_all_from() method
310 (**self).write_all_from(f, count, off) in write_all_from()
/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs600 pub fn write_all_from<F: FileReadWriteVolatile>( in write_all_from() method
986 .write_all_from(&mut file, 512) in writer_failing_io()