Home
last modified time | relevance | path

Searched refs:PROT_EXEC (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs26 /// Memory protection corresponding to PROT_EXEC in C code.
27 pub const PROT_EXEC: i32 = 4; consts
/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs301 assert_eq!(ashmem.get_protection(), ashmem::PROT_READ | ashmem::PROT_WRITE | ashmem::PROT_EXEC); // default protection mask. in test_ashmem_write_read_001()

Completed in 2 milliseconds