Searched refs:Setup (Results 1 – 4 of 4) sorted by relevance
53 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
117 bool Setup(int prot, int flags, std::string* error_msg);
314 bool Setup(std::string* error_msg);
145 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