Home
last modified time | relevance | path

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

/external/crosvm/base/src/sys/windows/
Dmmap_platform.rs48 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method
/external/crosvm/base/src/sys/linux/
Dmmap.rs114 pub fn new_protection( in new_protection() method