Searched refs:output_file_name_ (Results 1 – 2 of 2) sorted by relevance
129 options.output_file_name_ = optarg; in DexlayoutDriver()182 if (options.output_file_name_) { in DexlayoutDriver()183 out_file = fopen(options.output_file_name_, "w"); in DexlayoutDriver()185 PLOG(ERROR) << "Can't open " << options.output_file_name_; in DexlayoutDriver()220 if (options.output_file_name_) { in DexlayoutDriver()
73 const char* output_file_name_ = nullptr; variable