Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp711 const char* attr8, const char* value, bool errorOnFailedInsert, in addTagAttribute() argument
719 const String16 attr(attr8); in addTagAttribute()
750 const char* attr8, const char* value, bool errorOnFailedInsert) in addTagAttribute() argument
752 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false); in addTagAttribute()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1412 String8 ns8, attr8; in indexOfAttribute() local
1416 attr8 = String8(attr, attrLen); in indexOfAttribute()
1419 attr8.string(), attrLen); in indexOfAttribute()
1429 && memcmp(attr8.string(), curAttr, attrLen) == 0) { in indexOfAttribute()