Searched defs:ns8 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp688 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
696 const String16 ns(ns8);
734 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
737 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1301 String8 ns8, attr8; local
1303 ns8 = String8(ns, nsLen);
1306 STRING_POOL_NOISY(ALOGI("indexOfAttribute UTF8 %s (%d) / %s (%d)", ns8.string(), nsLen,
1324 if (memcmp(ns8.string(), curNs, nsLen) == 0) {

Completed in 138 milliseconds