Home
last modified time | relevance | path

Searched defs:LinkOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DLink.h44 struct LinkOptions { struct
45 std::string output_path;
46 std::string manifest_path;
47 std::vector<std::string> include_paths;
48 std::vector<std::string> overlay_files;
49 std::vector<std::string> assets_dirs;
50 bool output_to_directory = false;
51 bool auto_add_overlay = false;
52 bool override_styles_instead_of_overlaying = false;
53 OutputFormat output_format = OutputFormat::kApk;
[all …]
/aosp_15_r20/external/llvm/tools/dsymutil/
H A Ddsymutil.h27 struct LinkOptions { struct
33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() argument