Searched refs:input_files_ (Results 1 – 5 of 5) sorted by relevance
126 for (const auto& file : input_files_) { in Run()160 input_files_.insert(input_files_.end(), files.begin(), files.end()); in ParseOptions()166 if (input_files_.empty()) { in ParseOptions()242 LOG(ERROR) << input_files_[0] << " and " << input_files_[i] << " are not mergeable for " in CheckFeatureSection()262 LOG(ERROR) << input_files_[0] << " and " << input_files_[i] in CheckAttrSection()268 LOG(ERROR) << input_files_[0] << " and " << input_files_[i] in CheckAttrSection()413 std::vector<std::string> input_files_; member in simpleperf::__anonfa42c8bf0110::MergeCommand
397 input_files_.emplace_back(argv[optind++]); in Options()406 output_file_ = input_files_.front(); in Options()413 input_files_.emplace_back(argv[optind++]); in Options()449 input_files_.emplace_back(argv[optind++]); in Options()490 for (const string& input : input_files_) { in Options()496 if (!output_file_.empty() && input_files_.size() > 1) { in Options()502 if (!dependency_file_.empty() && input_files_.size() > 1) { in Options()521 if (input_files_.size() != 2) { in Options()523 << "but got " << input_files_.size() << "." << endl; in Options()
125 const vector<string>& InputFiles() const { return input_files_; } in InputFiles()186 vector<string> input_files_; variable
49 std::vector<std::string> input_files_; variable
41 : io_delegate_(io_delegate), input_file_name_(input_file_name), input_files_(input_files) { in ImportResolver()