Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/
H A Dcomposite.rs359 struct AsyncComponentDiskPart { struct
367 component_disks: Vec<AsyncComponentDiskPart>, argument
421 impl AsyncComponentDiskPart { impl
440 fn disk_at_offset(&self, offset: u64) -> io::Result<&AsyncComponentDiskPart> { in disk_at_offset()
450 fn disks_in_range<'a>(&'a self, range: &Range<u64>) -> Vec<&'a AsyncComponentDiskPart> { in disks_in_range()