HomeSort by relevance Sort by last modified time
    Searched refs:OpenReadable (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat_file.h 63 static OatFile* OpenReadable(File* file, const std::string& location, std::string* error_msg);
oat_file.cc 110 OatFile* OatFile::OpenReadable(File* file, const std::string& location, std::string* error_msg) {
  /art/compiler/
image_writer.cc 95 oat_file_ = OatFile::OpenReadable(oat_file.get(), oat_location, &error_msg);
    [all...]

Completed in 28 milliseconds