Searched refs:oat_location_ (Results 1 – 2 of 2) sorted by relevance
1133 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()1306 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()1308 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()1312 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()1341 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile()1359 oat_filenames_.push_back(oat_location_); in OpenFile()2751 std::string oat_location_; member in art::Dex2Oat
1188 oat_location_(oat_location), in RaceGenerateTask()1204 args.push_back("--oat-file=" + oat_location_); in Run()1229 std::string oat_location_; member in art::RaceGenerateTask