Home
last modified time | relevance | path

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

/external/crosvm/disk/src/
Dandroid_sparse.rs365 async fn fsync(&self) -> DiskResult<()> { in fsync()
442 async fn punch_hole(&self, _file_offset: u64, _length: u64) -> DiskResult<()> { in punch_hole()
446 async fn write_zeroes_at(&self, _file_offset: u64, _length: u64) -> DiskResult<()> { in write_zeroes_at()