Searched defs:write_all (Results 1 – 3 of 3) sorted by relevance
118 pub fn write_all(&mut self, file: &mut SecureFile, buf: &[u8]) -> Result<(), Error> { in write_all() method
402 pub fn write_all(&mut self, file: &mut SecureFile, buf: &[u8]) -> Result<(), Error> { in write_all() method
88 fn write_all(&mut self, data: &[u8]) -> Result<(), Error> { in write_all() method