Searched refs:OpenOatFile (Results 1 – 3 of 3) sorted by relevance
168 OatFile* OpenOatFile(const char* image, std::string* error_msg) const
1385 space->oat_file_.reset(space->OpenOatFile(image_filename, error_msg)); in Init()1442 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const { in OpenOatFile() function in art::gc::space::ImageSpace
85 static OatFileBase* OpenOatFile(const std::string& elf_filename,133 OatFileBase* OatFileBase::OpenOatFile(const std::string& elf_filename, in OpenOatFile() function in art::OatFileBase964 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(filename, in Open()992 OatFile* with_internal = OatFileBase::OpenOatFile<ElfOatFile>(filename, in Open()