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.rs43 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method
/external/crosvm/base/src/sys/unix/
Dmmap.rs123 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method