Searched refs:output_file_name_ (Results 1 – 2 of 2) sorted by relevance
124 options.output_file_name_ = optarg; in DexlayoutDriver()174 if (options.output_file_name_) { in DexlayoutDriver()175 out_file = fopen(options.output_file_name_, "w"); in DexlayoutDriver()177 PLOG(ERROR) << "Can't open " << options.output_file_name_; in DexlayoutDriver()206 if (options.output_file_name_) { in DexlayoutDriver()
71 const char* output_file_name_ = nullptr; variable