Searched defs:write_from (Results 1 – 4 of 4) sorted by relevance
| /external/crosvm/fuse/src/ |
| D | worker.rs | 116 fn write_from(&mut self, f: &mut File, count: usize, off: u64) -> io::Result<usize> { in write_from() method
|
| D | filesystem.rs | 243 fn write_from(&mut self, f: &mut File, count: usize, off: u64) -> io::Result<usize>; in write_from() method 309 fn write_from(&mut self, f: &mut File, count: usize, off: u64) -> io::Result<usize> { in write_from() method
|
| /external/crosvm/devices/src/virtio/fs/ |
| D | worker.rs | 61 fn write_from(&mut self, f: &mut File, count: usize, off: u64) -> io::Result<usize> { in write_from() method
|
| /external/crosvm/devices/src/virtio/ |
| D | descriptor_utils.rs | 614 pub fn write_from<F: FileReadWriteVolatile>( in write_from() method
|