Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file.cc53 return oat_file->Setup(error_msg) ? oat_file.release() : nullptr; in OpenWithElfFile()
64 return oat_file->Setup(error_msg) ? oat_file.release() : nullptr; in OpenMemory()
192 return Setup(error_msg); in Dlopen()
229 return Setup(error_msg); in ElfFileOpen()
232 bool OatFile::Setup(std::string* error_msg) { in Setup() function in art::OatFile
Delf_file.h117 bool Setup(int prot, int flags, std::string* error_msg);
Doat_file.h314 bool Setup(std::string* error_msg);
Delf_file.cc145 if (!elf_file->Setup(prot, flags, error_msg)) { in Open()
154 if (!elf_file->Setup(prot, flags, error_msg)) { in Open()
160 bool ElfFile::Setup(int prot, int flags, std::string* error_msg) { in Setup() function in art::ElfFile