Home
last modified time | relevance | path

Searched refs:out_text_symbols_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.cpp918 const Maybe<std::string> out_text_symbols_path = {}) { in WriteJavaFile() argument
942 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()