Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DXmlCompatVersioner.cpp37 xml::Attribute* dst_attr = dst_el->FindAttribute(src_attr.namespace_uri, src_attr.name); in CopyAttribute() local
38 if (dst_attr != nullptr) { in CopyAttribute()
41 dst_attr->value = src_attr.value; in CopyAttribute()
42 dst_attr->compiled_attribute = src_attr.compiled_attribute; in CopyAttribute()
44 dst_attr->compiled_value.reset(src_attr.compiled_value->Clone(out_string_pool)); in CopyAttribute()