Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.h34 Maybe<std::string> generate_text_symbols_path; member
56 "specified file", &options_.generate_text_symbols_path, Command::kPath); in CompileCommand()
H A DCompile.cpp218 if (options.generate_text_symbols_path) { in CompileTable()
219 io::FileOutputStream fout_text(options.generate_text_symbols_path.value()); in CompileTable()
224 << options.generate_text_symbols_path.value() in CompileTable()
424 if (options.generate_text_symbols_path) { in CompileXml()
425 io::FileOutputStream fout_text(options.generate_text_symbols_path.value()); in CompileXml()
430 << options.generate_text_symbols_path.value() in CompileXml()
H A DLink.h54 Maybe<std::string> generate_text_symbols_path; member
248 &options_.generate_text_symbols_path); in LinkCommand()
H A DLink.cpp1220 options_.generate_text_symbols_path)) { in GenerateJavaClasses()
2191 if (options_.generate_java_class_path || options_.generate_text_symbols_path) { in Run()