Searched refs:out_text_symbols_path (Results 1 – 1 of 1) sorted by relevance
1097 const Maybe<std::string>& out_text_symbols_path = {}) { in WriteJavaFile() argument1098 if (!options_.generate_java_class_path && !out_text_symbols_path) {1124 if (out_text_symbols_path) {1125 fout_text = util::make_unique<io::FileOutputStream>(out_text_symbols_path.value());1128 << "failed writing to '" << out_text_symbols_path.value()