Searched refs:oat_location_ (Results 1 – 2 of 2) sorted by relevance
1192 locations, oat_location_, IsBootImageExtension()); in ExpandOatAndImageFilenames()1194 oat_location_ = oat_locations[0]; in ExpandOatAndImageFilenames()1328 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()1513 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()1515 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()1519 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()1548 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile()1566 oat_filenames_.push_back(oat_location_); in OpenFile()3020 std::string oat_location_; member in art::Dex2Oat
1112 oat_location_(oat_location), in RaceGenerateTask()1128 args.push_back("--oat-file=" + oat_location_); in Run()1153 std::string oat_location_; member in art::RaceGenerateTask