Home
last modified time | relevance | path

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

/external/crosvm/common/sys_util/src/
Dmmap.rs54 pub struct Protection(c_int); struct
55 impl Protection { implementation
76 pub fn set_read(self) -> Protection { in set_read()
82 pub fn set_write(self) -> Protection { in set_write()
87 impl From<c_int> for Protection { implementation
142 _prot: Protection, in add_fd_mapping()
257 prot: Protection, in from_fd_offset_flags()
277 prot: Protection, in from_fd_offset_protection()
292 prot: Protection, in from_fd_offset_protection_populate()
317 prot: Protection, in new_protection_fixed()
[all …]
/external/crosvm/base/src/unix/
Dmmap.rs54 pub struct Protection(c_int); struct
55 impl Protection { impl
76 pub fn set_read(self) -> Protection { in set_read()
82 pub fn set_write(self) -> Protection { in set_write()
87 impl From<c_int> for Protection { implementation
142 _prot: Protection, in add_fd_mapping()
261 prot: Protection, in from_fd_offset_flags()
281 prot: Protection, in from_fd_offset_protection()
296 prot: Protection, in from_fd_offset_protection_populate()
321 prot: Protection, in new_protection_fixed()
[all …]
/external/crosvm/base/src/windows/
Dmmap.rs55 pub struct Protection(c_uint); struct
57 impl Protection { impl
80 pub fn set_read(self) -> Protection { in set_read()
86 pub fn set_write(self) -> Protection { in set_write()
91 impl From<c_uint> for Protection { implementation
103 impl From<c_int> for Protection { implementation
158 _prot: Protection, in add_fd_mapping()
/external/autotest/client/common_lib/
Dhost_protections.py13 Protection = autotest_enum.AutotestEnum( variable
/external/crosvm/base/src/windows/win/
Dmmap.rs78 prot: Protection, in from_descriptor_offset_protection()
104 prot: Protection, in new_protection_fixed()
126 prot: Protection, in from_descriptor_offset_protection_fixed()
/external/crosvm/hypervisor/src/
Dlib.rs157 prot: Protection, in add_fd_mapping()
/external/crosvm/hypervisor/src/kvm/
Dmod.rs628 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