Searched refs:write_all_from (Results 1 – 2 of 2) sorted by relevance
249 fn write_all_from(&mut self, f: &mut File, mut count: usize, mut off: u64) -> io::Result<()> { in write_all_from() method309 fn write_all_from(&mut self, f: &mut File, count: usize, off: u64) -> io::Result<()> { in write_all_from() method310 (**self).write_all_from(f, count, off) in write_all_from()
600 pub fn write_all_from<F: FileReadWriteVolatile>( in write_all_from() method986 .write_all_from(&mut file, 512) in writer_failing_io()