Searched refs:output_name_ (Results 1 – 2 of 2) sorted by relevance
152 output_name_ = option.substr(strlen("--output=")).ToString(); in Parse()153 const char* filename = output_name_.c_str(); in Parse()220 std::string output_name_; member
112 output_name_(output_name.empty() ? "symbolized.oat" : output_name) { in OatSymbolizer()142 File* elf_output = OS::CreateEmptyFile(output_name_.c_str()); in Symbolize()301 const std::string output_name_; member in art::FINAL2478 return SymbolizeOat(args_->oat_filename_, args_->output_name_) == EXIT_SUCCESS; in ExecuteWithoutRuntime()