Home
last modified time | relevance | path

Searched refs:output_file_ (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Doptions.cpp292 output_file_ = Trim(optarg); in Options()
311 output_file_ = argv[optind++]; in Options()
318 output_file_ = input_files_.front(); in Options()
319 if (android::base::EndsWith(output_file_, ".aidl")) { in Options()
320 output_file_ = output_file_.substr(0, output_file_.length() - strlen(".aidl")); in Options()
322 output_file_ += ".java"; in Options()
334 output_file_ = argv[optind++]; in Options()
357 output_file_ = argv[optind++]; in Options()
397 if (!output_file_.empty() && input_files_.size() > 1) { in Options()
399 << "output file '" << output_file_ << "'. " in Options()
Doptions.h106 const string& OutputFile() const { return output_file_; } in OutputFile()
154 string output_file_; variable