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.cpp698 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()
765 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()
803 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()
DXMLNode.cpp677 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute() function in XMLNode