Home
last modified time | relevance | path

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

/external/crosvm/base/src/windows/win/
Dmmap.rs36 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method
/external/crosvm/common/sys_util/src/
Dmmap.rs217 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method
/external/crosvm/base/src/unix/
Dmmap.rs217 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method