Searched refs:out_text_symbols_path (Results 1 – 1 of 1) sorted by relevance
918 const Maybe<std::string> out_text_symbols_path = {}) { in WriteJavaFile() argument942 if (out_text_symbols_path) {944 util::make_unique<std::ofstream>(out_text_symbols_path.value(), std::ofstream::binary);947 DiagMessage() << "failed writing to '" << out_text_symbols_path.value()