Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1097 const Maybe<std::string>& out_text_symbols_path = {}) { in WriteJavaFile() argument
1098 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()