Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h119 bool SetMap(MemMap* map, std::string* error_msg);
Delf_file.cc179 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