Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h99 attribute_entry* editAttribute(const String16& ns, const String16& name);
DResource.cpp699 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute()
742 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()
860 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()
898 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()
DXMLNode.cpp712 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute() function in XMLNode