Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions.cpp322 output_file_ = Trim(optarg); in Options()
344 output_file_ = argv[optind++]; in Options()
351 output_file_ = input_files_.front(); in Options()
352 if (android::base::EndsWith(output_file_, ".aidl")) { in Options()
353 output_file_ = output_file_.substr(0, output_file_.length() - strlen(".aidl")); in Options()
355 output_file_ += ".java"; in Options()
367 output_file_ = argv[optind++]; in Options()
390 output_file_ = argv[optind++]; in Options()
430 if (!output_file_.empty() && input_files_.size() > 1) { in Options()
432 << "output file '" << output_file_ << "'. " in Options()
Doptions.h111 const string& OutputFile() const { return output_file_; } in OutputFile()
164 string output_file_; variable