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

/frameworks/base/tools/aapt/
H A DResource.cpp710 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
718 const String16 ns(ns8);
749 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, argument
752 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1409 String8 ns8, attr8; local
1411 ns8 = String8(ns, nsLen);
1415 ALOGI("indexOfAttribute UTF8 %s (%zu) / %s (%zu)", ns8.string(), nsLen,
1437 if (memcmp(ns8.string(), curNs, nsLen) == 0) {

Completed in 216 milliseconds