Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h135 OatFile* OpenOatFile(const char* image, std::string* error_msg) const
Dimage_space.cc753 space->oat_file_.reset(space->OpenOatFile(image_filename, error_msg)); in Init()
786 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const { in OpenOatFile() function in art::gc::space::ImageSpace