Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc916 locations, oat_location_, IsBootImageExtension()); in ExpandOatAndImageFilenames()
918 oat_location_ = oat_locations[0]; in ExpandOatAndImageFilenames()
1052 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()
1237 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()
1239 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1243 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()
1272 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile()
1290 oat_filenames_.push_back(oat_location_); in OpenFile()
2907 std::string oat_location_; member in art::Dex2Oat
/art/runtime/
Doat_file_assistant_test.cc1252 oat_location_(oat_location), in RaceGenerateTask()
1268 args.push_back("--oat-file=" + oat_location_); in Run()
1293 std::string oat_location_; member in art::RaceGenerateTask