Searched refs:oat_location_ (Results 1 – 2 of 2) sorted by relevance
629 oat_location_ = option.substr(strlen("--oat-location=")).data(); in ParseArgs()1101 if (oat_location_.empty()) { in OpenFile()1102 oat_location_ = oat_filename_; in OpenFile()1105 oat_file_.reset(new File(oat_fd_, oat_location_, true)); in OpenFile()1108 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()1112 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()1116 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_location_; in OpenFile()1527 VLOG(compiler) << "Oat file written successfully (unstripped): " << oat_location_; in CreateOatFile()1581 PLOG(ERROR) << "Failed to flush oat file: " << oat_location_ << " / " in FlushOatFile()1594 PLOG(ERROR) << "Failed to flush and close oat file: " << oat_location_ << " / " in FlushCloseOatFile()[all …]
920 : dex_location_(dex_location), oat_location_(oat_location), in RaceGenerateTask()932 …dex_files = linker->OpenDexFilesFromOat(dex_location_.c_str(), oat_location_.c_str(), &error_msgs); in Run()944 std::string oat_location_; member in art::RaceGenerateTask