Searched refs:oat_location_ (Results 1 – 2 of 2) sorted by relevance
1176 locations, oat_location_, IsBootImageExtension()); in ExpandOatAndImageFilenames()1178 oat_location_ = oat_locations[0]; in ExpandOatAndImageFilenames()1315 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()1497 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()1499 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()1503 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()1532 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile()1550 oat_filenames_.push_back(oat_location_); in OpenFile()3016 std::string oat_location_; member in art::Dex2Oat
1215 oat_location_(oat_location), in RaceGenerateTask()1231 args.push_back("--oat-file=" + oat_location_); in Run()1256 std::string oat_location_; member in art::RaceGenerateTask