/external/crosvm/base/src/ |
D | write_zeroes.rs | 26 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/ |
D | write_zeroes.rs | 83 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/ |
D | asynchronous.rs | 177 async fn write_zeroes_at(&self, file_offset: u64, length: u64) -> Result<()> { in write_zeroes_at() method
|
D | disk.rs | 377 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
|
D | zstd.rs | 485 async fn write_zeroes_at(&self, _file_offset: u64, _length: u64) -> DiskResult<()> { in write_zeroes_at() method
|
D | android_sparse.rs | 450 async fn write_zeroes_at(&self, _file_offset: u64, _length: u64) -> DiskResult<()> { in write_zeroes_at() method
|
D | composite.rs | 550 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/ |
D | poll_source.rs | 344 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
|
D | tokio_source.rs | 388 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
|
D | uring_source.rs | 135 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/ |
D | tokio_source.rs | 267 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
|
D | handle_source.rs | 326 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
|
D | overlapped_source.rs | 338 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
|
/external/crosvm/cros_async/src/ |
D | io_source.rs | 130 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() method
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 1639 fn write_zeroes_at(&self, offset: u64, length: usize) -> io::Result<usize> { in write_zeroes_at() method
|