Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h103 attribute_entry* editAttribute(const String16& ns, const String16& name);
DResource.cpp721 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute()
757 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()
965 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()
1006 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()
1017 XMLNode::attribute_entry* icon_attr = application->editAttribute( in massageManifest()
1020 XMLNode::attribute_entry* round_icon_attr = application->editAttribute( in massageManifest()
DXMLNode.cpp735 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute() function in XMLNode