Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h63 static OatFile* OpenReadable(File* file, const std::string& location, std::string* error_msg);
Doat_file.cc110 OatFile* OatFile::OpenReadable(File* file, const std::string& location, std::string* error_msg) { in OpenReadable() function in art::OatFile
/art/compiler/
Dimage_writer.cc95 oat_file_ = OatFile::OpenReadable(oat_file.get(), oat_location, &error_msg); in Write()