Home
last modified time | relevance | path

Searched refs:attr8 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResource.cpp714 const char* attr8, const char* value, bool errorOnFailedInsert, in addTagAttribute() argument
722 const String16 attr(attr8); in addTagAttribute()
753 const char* attr8, const char* value, bool errorOnFailedInsert) in addTagAttribute() argument
755 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false); in addTagAttribute()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1595 String8 ns8, attr8; in indexOfAttribute() local
1599 attr8 = String8(attr, attrLen); in indexOfAttribute()
1602 attr8.c_str(), attrLen); in indexOfAttribute()
1612 && memcmp(attr8.c_str(), curAttr, attrLen) == 0) { in indexOfAttribute()