Home
last modified time | relevance | path

Searched refs:ashmem_fd (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relro.cpp154 int ashmem_fd, in InitFrom() argument
163 ashmem_fd); in InitFrom()
166 if (!AshmemRegion::CheckFileDescriptorIsReadOnly(ashmem_fd)) { in InitFrom()
172 if (!fd_map.Allocate(NULL, relro_size, MemoryMapping::CAN_READ, ashmem_fd)) { in InitFrom()
204 if (!SwapPagesFromFd(cur_page + p, p2 - p, ashmem_fd, p, error)) in InitFrom()
Dcrazy_linker_elf_relro.h72 int ashmem_fd,