Searched defs:write_zeroes_at (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/sys_util/src/ |
D | write_zeroes.rs | 59 fn write_zeroes_at(&mut self, offset: u64, length: usize) -> io::Result<usize>; in write_zeroes_at() method 89 fn write_zeroes_at(&mut self, offset: u64, length: usize) -> io::Result<usize> { in write_zeroes_at() method
|
/external/crosvm/disk/src/ |
D | disk.rs | 381 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> Result<()>; in write_zeroes_at() method 462 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> Result<()> { in write_zeroes_at() method
|
D | android_sparse.rs | 255 fn write_zeroes_at(&mut self, _offset: u64, _length: usize) -> io::Result<usize> { in write_zeroes_at() method
|
D | composite.rs | 319 fn write_zeroes_at(&mut self, offset: u64, length: usize) -> io::Result<usize> { in write_zeroes_at() method
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 1715 fn write_zeroes_at(&mut self, offset: u64, length: usize) -> io::Result<usize> { in write_zeroes_at() method
|