Home | History | Annotate | Download | only in dex2oat

Lines Matching full:oat_location_

1207     AssignIfExists(args, M::OatLocation, &oat_location_);
1363 std::unique_ptr<File> oat_file(new File(oat_fd_, oat_location_, /* check_usage */ true));
1365 PLOG(ERROR) << "Failed to create oat file: " << oat_location_;
1370 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed.";
1399 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex");
1417 oat_filenames_.push_back(oat_location_.c_str());
2885 std::string oat_location_;