Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner.cpp25 static xml::Attribute CopyAttr(const xml::Attribute& src, StringPool* out_string_pool) { in CopyAttr() function
52 dst_el->attributes.push_back(CopyAttr(src_attr, out_string_pool)); in CopyAttribute()
116 out_el->attributes.push_back(CopyAttr(attr, &cloned_doc->string_pool)); in ProcessDoc()