Home
last modified time | relevance | path

Searched defs:Protection (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/sys_util/src/
Dmmap.rs72 pub struct Protection(c_int); struct
73 impl Protection { implementation
94 pub fn set_read(self) -> Protection { in set_read()
100 pub fn set_write(self) -> Protection { in set_write()
105 impl From<c_int> for Protection { implementation
160 _prot: Protection, in add_fd_mapping()
263 prot: Protection, in from_fd_offset_flags()
283 prot: Protection, in from_fd_offset_protection()
298 prot: Protection, in from_fd_offset_protection_populate()
323 prot: Protection, in new_protection_fixed()
[all …]
/external/autotest/client/common_lib/
Dhost_protections.py13 Protection = autotest_enum.AutotestEnum( variable
/external/crosvm/hypervisor/src/
Dlib.rs155 prot: Protection, in add_fd_mapping()
/external/crosvm/hypervisor/src/kvm/
Dmod.rs614 prot: Protection, in add_fd_mapping()
/external/clang/lib/CodeGen/
DCodeGenFunction.h812 CodeGenFunction::PeepholeProtection Protection; variable
/external/autotest/frontend/afe/
Dmodels.py510 Protection = host_protections.Protection variable in Host