Home
last modified time | relevance | path

Searched refs:OpenOatFile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h168 OatFile* OpenOatFile(const char* image, std::string* error_msg) const
Dimage_space.cc1385 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
/art/runtime/
Doat_file.cc85 static OatFileBase* OpenOatFile(const std::string& elf_filename,
133 OatFileBase* OatFileBase::OpenOatFile(const std::string& elf_filename, in OpenOatFile() function in art::OatFileBase
964 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(filename, in Open()
992 OatFile* with_internal = OatFileBase::OpenOatFile<ElfOatFile>(filename, in Open()