Home
last modified time | relevance | path

Searched refs:CAN_READ (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_ashmem.cpp69 if (!map.Allocate(NULL, map_size, MemoryMapping::CAN_READ, fd)) { in CheckFileDescriptorIsReadOnly()
Dcrazy_linker_memory_mapping.h20 CAN_READ = PROT_READ, enumerator
Dcrazy_linker_elf_relro.cpp172 if (!fd_map.Allocate(NULL, relro_size, MemoryMapping::CAN_READ, ashmem_fd)) { in InitFrom()