Searched refs:SetMap (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.h | 119 bool SetMap(MemMap* map, std::string* error_msg);
|
D | elf_file.cc | 179 if (!SetMap(MemMap::MapFile(elf_header_size, prot, flags, file_->Fd(), 0, in Setup() 192 if (!SetMap(MemMap::MapFile(program_header_size, prot, flags, file_->Fd(), 0, in Setup() 200 if (!SetMap(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0, in Setup() 452 bool ElfFile::SetMap(MemMap* map, std::string* error_msg) { in SetMap() function in art::ElfFile
|