Searched defs:existingEntry (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/aapt/
H A DResource.cpp720 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); local
721 if (existingEntry != NULL) {
728 existingEntry->string = String16(value);

Completed in 30 milliseconds