Searched refs:dst_el (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner.cpp35 static bool CopyAttribute(const xml::Attribute& src_attr, bool generated, xml::Element* dst_el, argument
37 xml::Attribute* dst_attr = dst_el->FindAttribute(src_attr.namespace_uri, src_attr.name);
50 dst_el->attributes.push_back(CopyAttr(src_attr, out_string_pool));
57 xml::Element* dst_el,
62 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) {
72 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) {
94 true /*generated*/, dst_el, out_apis_referenced, out_string_pool);
54 ProcessRule(const xml::Element& src_el, const xml::Attribute& src_attr, const ApiVersion& src_attr_version, const IDegradeRule* rule, const util::Range<ApiVersion>& api_range, bool generated, xml::Element* dst_el, std::set<ApiVersion>* out_apis_referenced, StringPool* out_string_pool) argument
H A DXmlCompatVersioner.h72 const util::Range<ApiVersion>& api_range, bool generated, xml::Element* dst_el,

Completed in 672 milliseconds