HomeSort by relevance Sort by last modified time
    Searched defs:oat_filename (Results 1 - 4 of 4) sorted by null

  /art/runtime/
image.h 168 std::string oat_filename = image; local
169 if (oat_filename.length() <= 3) {
170 oat_filename += ".oat";
172 oat_filename.replace(oat_filename.length() - 3, 3, "oat");
174 return oat_filename;
runtime.cc 814 std::string oat_filename = local
824 std::unique_ptr<File> file(OS::OpenFileForReading(oat_filename.c_str()));
840 LOG(WARNING) << "Unable to use '" << oat_filename << "' because " << error_msg;
    [all...]
  /art/runtime/gc/space/
image_space.cc 1436 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); local
    [all...]
  /art/dex2oat/
dex2oat.cc 2323 const char* oat_filename = oat_filenames_[i]; variable
    [all...]

Completed in 830 milliseconds