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

/art/runtime/
H A Delf_file.cc192 if (!SetMap(MemMap::MapFile(elf_header_size, prot, flags, file_->Fd(), 0,
205 if (!SetMap(MemMap::MapFile(program_header_size, prot, flags, file_->Fd(), 0,
213 if (!SetMap(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0,
471 bool ElfFileImpl<ElfTypes>::SetMap(MemMap* map, std::string* error_msg) { function in class:art::ElfFileImpl
607 CHECK(header_ != nullptr); // Header has been checked in SetMap. This is a sanity check.

Completed in 32 milliseconds