Searched defs:write_all_at (Results 1 – 2 of 2) sorted by relevance
63 pub fn write_all_at(&mut self, buf: &[u8], write_start: usize) -> Result<()> { in write_all_at() method
1716 fn write_all_at(qcow: &mut QcowFile, data: &[u8], offset: u64) -> std::io::Result<()> { in write_all_at() function