Searched defs:MMAP_PROT_READ (Results 1 – 2 of 2) sorted by relevance
22 static constexpr uint32_t MMAP_PROT_READ = 1; variable
24 static constexpr uint32_t MMAP_PROT_READ = PROT_READ; variable