Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h37 std::optional<std::string> generate_text_symbols_path; member
62 "specified file", &options_.generate_text_symbols_path, Command::kPath); in CompileCommand()
DCompile.cpp244 if (options.generate_text_symbols_path) { in CompileTable()
245 android::FileOutputStream fout_text(options.generate_text_symbols_path.value()); in CompileTable()
250 << options.generate_text_symbols_path.value() in CompileTable()
451 if (options.generate_text_symbols_path) { in CompileXml()
452 android::FileOutputStream fout_text(options.generate_text_symbols_path.value()); in CompileXml()
457 << options.generate_text_symbols_path.value() in CompileXml()
DLink.h60 std::optional<std::string> generate_text_symbols_path; member
265 &options_.generate_text_symbols_path); in LinkCommand()
DLink.cpp1343 options_.generate_text_symbols_path)) { in GenerateJavaClasses()
2342 if (options_.generate_java_class_path || options_.generate_text_symbols_path) { in Run()