Searched refs:oat_location_ (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc1148 oat_location_ = option.substr(strlen("--oat-location=")).data();
1323 std::unique_ptr<File> oat_file(new File(oat_fd_, oat_location_, /* check_usage */ true));
1325 PLOG(ERROR) << "Failed to create oat file: " << oat_location_;
1330 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed.";
1357 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex");
1374 oat_filenames_.push_back(oat_location_.c_str());
2710 std::string oat_location_; member in class:art::FINAL
/art/runtime/
H A Doat_file_assistant_test.cc1051 : dex_location_(dex_location), oat_location_(oat_location), loaded_oat_file_(nullptr)
1078 std::string oat_location_; member in class:art::RaceGenerateTask

Completed in 96 milliseconds