Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.h38 struct LinkOptions { struct
39 std::string output_path;
40 std::string manifest_path;
44 bool output_to_directory = false;
45 bool auto_add_overlay = false;
65 bool no_auto_version = false;
66 bool no_version_vectors = false;
70 bool no_xml_namespaces = false;
77 bool merge_only = false;
88 bool keep_raw_values = false;
[all …]
/aosp12/system/bt/gd/l2cap/le/
H A Dlink_options.cc28 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions() function in bluetooth::l2cap::le::LinkOptions