Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dresource.rs77 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError>; in get_mapping() argument
104 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() argument
148 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() argument
170 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() argument
/external/crosvm/base/src/sys/macos/
Dmod.rs112 pub(crate) fn range_end(&self, _offset: usize, _count: usize) -> Result<usize, MmapError> { in range_end() argument
115 pub fn msync(&self) -> Result<(), MmapError> { in msync() argument
122 ) -> Result<MemoryMapping, MmapError> { in new_protection_fixed() argument
134 ) -> Result<MemoryMapping, MmapError> { in from_descriptor_offset_protection_fixed() argument