Home
last modified time | relevance | path

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

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