Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions.cpp344 output_file_ = Trim(optarg); in Options()
366 output_file_ = argv[optind++]; in Options()
373 output_file_ = input_files_.front(); in Options()
374 if (android::base::EndsWith(output_file_, ".aidl")) { in Options()
375 output_file_ = output_file_.substr(0, output_file_.length() - strlen(".aidl")); in Options()
377 output_file_ += ".java"; in Options()
389 output_file_ = argv[optind++]; in Options()
412 output_file_ = argv[optind++]; in Options()
452 if (!output_file_.empty() && input_files_.size() > 1) { in Options()
454 << "output file '" << output_file_ << "'. " in Options()
Doptions.h111 const string& OutputFile() const { return output_file_; } in OutputFile()
166 string output_file_; variable