Home
last modified time | relevance | path

Searched defs:write_zeroes_at (Results 1 – 15 of 15) sorted by relevance

/external/crosvm/base/src/
Dwrite_zeroes.rs26 fn write_zeroes_at(&self, offset: u64, length: usize) -> io::Result<usize>; in write_zeroes_at() method
56 fn write_zeroes_at(&self, offset: u64, length: usize) -> io::Result<usize> { in write_zeroes_at() method
/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dwrite_zeroes.rs83 fn write_zeroes_at(&mut self, offset: u64, length: usize) -> Result<usize>; in write_zeroes_at() method
119 fn write_zeroes_at(&mut self, offset: u64, length: usize) -> Result<usize> { in write_zeroes_at() method
/external/crosvm/disk/src/
Dasynchronous.rs177 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> Result<()> { in write_zeroes_at() method
Ddisk.rs377 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> Result<()>; in write_zeroes_at() method
499 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> Result<()> { in write_zeroes_at() method
Dzstd.rs485 async fn write_zeroes_at(&self, _file_offset: u64, _length: u64) -> DiskResult<()> { in write_zeroes_at() method
Dandroid_sparse.rs450 async fn write_zeroes_at(&self, _file_offset: u64, _length: u64) -> DiskResult<()> { in write_zeroes_at() method
Dcomposite.rs550 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> crate::Result<()> { in write_zeroes_at() method
/external/crosvm/cros_async/src/sys/linux/
Dpoll_source.rs344 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
Dtokio_source.rs388 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
During_source.rs135 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
/external/crosvm/cros_async/src/sys/windows/
Dtokio_source.rs267 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
Dhandle_source.rs326 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
Doverlapped_source.rs338 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
/external/crosvm/cros_async/src/
Dio_source.rs130 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
/external/crosvm/disk/src/qcow/
Dmod.rs1639 fn write_zeroes_at(&self, offset: u64, length: usize) -> io::Result<usize> { in write_zeroes_at() method