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

/frameworks/base/tools/aapt/
H A DResource.cpp679 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
687 const String16 ns(ns8);
725 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
728 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1297 String8 ns8, attr8; local
1299 ns8 = String8(ns, nsLen);
1302 STRING_POOL_NOISY(ALOGI("indexOfAttribute UTF8 %s (%d) / %s (%d)", ns8.string(), nsLen,
1320 if (memcmp(ns8.string(), curNs, nsLen) == 0) {

Completed in 50 milliseconds