Searched defs:OpenOatFile (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file.cc85 static OatFileBase* OpenOatFile(const std::string& elf_filename,
133 OatFileBase* OatFileBase::OpenOatFile(const std::string& elf_filename, function in class:art::OatFileBase
964 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(filename,
992 OatFile* with_internal = OatFileBase::OpenOatFile<ElfOatFile>(filename,
/art/runtime/gc/space/
H A Dimage_space.cc1376 TimingLogger::ScopedTiming timing("OpenOatFile", &logger);
1377 space->oat_file_.reset(space->OpenOatFile(image_filename, error_msg));
1434 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const { function in class:art::gc::space::ImageSpace

Completed in 324 milliseconds