Searched refs:OpenReadable (Results 1 – 3 of 3) sorted by relevance
63 static OatFile* OpenReadable(File* file, const std::string& location, std::string* error_msg);
110 OatFile* OatFile::OpenReadable(File* file, const std::string& location, std::string* error_msg) { in OpenReadable() function in art::OatFile
95 oat_file_ = OatFile::OpenReadable(oat_file.get(), oat_location, &error_msg); in Write()