Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DLink.h57 std::optional<std::string> generate_java_class_path; member
139 &options_.generate_java_class_path, Command::kPath); in LinkCommand()
DLink.cpp1248 if (!options_.generate_java_class_path && !out_text_symbols_path) {
1254 if (options_.generate_java_class_path) {
1255 out_path = options_.generate_java_class_path.value();
1380 if (!options_.generate_java_class_path) { in WriteManifestJavaFile()
1407 std::string out_path = options_.generate_java_class_path.value(); in WriteManifestJavaFile()
2379 if (options_.generate_java_class_path) { in Run()
2412 if (options_.generate_java_class_path || options_.generate_text_symbols_path) { in Run()