Searched refs:output_file_ (Results 1 – 3 of 3) sorted by relevance
380 output_file_ = Trim(optarg); in Options()399 output_file_ = argv[optind++]; in Options()406 output_file_ = input_files_.front(); in Options()407 if (android::base::EndsWith(output_file_, ".aidl")) { in Options()408 output_file_ = output_file_.substr(0, output_file_.length() - strlen(".aidl")); in Options()410 output_file_ += (language_ == Options::Language::JAVA) ? ".java" : ".rs"; in Options()422 output_file_ = argv[optind++]; in Options()445 output_file_ = argv[optind++]; in Options()496 if (!output_file_.empty() && input_files_.size() > 1) { in Options()498 << "output file '" << output_file_ << "'. " in Options()
131 const string& OutputFile() const { return output_file_; } in OutputFile()187 string output_file_; variable
137 writer_ = RecordFileWriter::CreateInstance(output_file_); in Run()162 options.PullStringValue("-o", &output_file_); in ParseOptions()170 if (output_file_.empty()) { in ParseOptions()415 std::string output_file_; member in simpleperf::__anonfa42c8bf0110::MergeCommand