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.h38 std::optional<std::string> generate_text_symbols_path; member
66 "specified file", &options_.generate_text_symbols_path, Command::kPath); in CompileCommand()
DLink.h60 std::optional<std::string> generate_text_symbols_path; member
269 &options_.generate_text_symbols_path); in LinkCommand()
DCompile.cpp277 if (options.generate_text_symbols_path) { in CompileTable()
278 android::FileOutputStream fout_text(options.generate_text_symbols_path.value()); in CompileTable()
283 << options.generate_text_symbols_path.value() in CompileTable()
539 if (options.generate_text_symbols_path) { in CompileXml()
540 android::FileOutputStream fout_text(options.generate_text_symbols_path.value()); in CompileXml()
545 << options.generate_text_symbols_path.value() in CompileXml()
DLink.cpp1371 options_.generate_text_symbols_path)) { in GenerateJavaClasses()
2412 if (options_.generate_java_class_path || options_.generate_text_symbols_path) { in Run()