Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/vm_memory/src/guest_memory/sys/
H A Dwindows.rs40 pub(crate) fn find_data_ranges(&self) -> anyhow::Result<Vec<std::ops::Range<usize>>> { in find_data_ranges() method
H A Dlinux.rs96 pub(crate) fn find_data_ranges(&self) -> anyhow::Result<Vec<std::ops::Range<usize>>> { in find_data_ranges() method