Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_ashmem.cpp55 if (map.Allocate(NULL, map_size, MemoryMapping::CAN_WRITE, fd)) { in CheckFileDescriptorIsReadOnly()
Dcrazy_linker_memory_mapping.h21 CAN_WRITE = PROT_WRITE, enumerator
Dcrazy_linker_elf_relro.cpp93 if (!map.Allocate(NULL, relro_size, MemoryMapping::CAN_WRITE, ashmem_.fd())) { in CopyFrom()