Home | History | Annotate | Download | only in aapt

Lines Matching defs:existingEntry

720     XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
721 if (existingEntry != NULL) {
728 existingEntry->string = String16(value);