Searched defs:ashmem_fd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 21 milliseconds