Searched refs:ns8 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 714 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute() argument 722 const String16 ns(ns8); in addTagAttribute() 762 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute() argument 765 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false); in addTagAttribute()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1348 String8 ns8, attr8; in indexOfAttribute() local 1350 ns8 = String8(ns, nsLen); in indexOfAttribute() 1354 ALOGI("indexOfAttribute UTF8 %s (%zu) / %s (%zu)", ns8.string(), nsLen, in indexOfAttribute() 1376 if (memcmp(ns8.string(), curNs, nsLen) == 0) { in indexOfAttribute()
|