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

/frameworks/base/tools/aapt/
H A DResource.cpp709 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
717 const String16 ns(ns8);
757 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
760 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1348 String8 ns8, attr8; local
1350 ns8 = String8(ns, nsLen);
1354 ALOGI("indexOfAttribute UTF8 %s (%zu) / %s (%zu)", ns8.string(), nsLen,
1376 if (memcmp(ns8.string(), curNs, nsLen) == 0) {

Completed in 213 milliseconds