Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp689 const char* attr8, const char* value, bool errorOnFailedInsert, in addTagAttribute() argument
697 const String16 attr(attr8); in addTagAttribute()
735 const char* attr8, const char* value, bool errorOnFailedInsert) in addTagAttribute() argument
737 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false); in addTagAttribute()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1301 String8 ns8, attr8; in indexOfAttribute() local
1305 attr8 = String8(attr, attrLen); in indexOfAttribute()
1307 attr8.string(), attrLen)); in indexOfAttribute()
1315 && memcmp(attr8.string(), curAttr, attrLen) == 0) { in indexOfAttribute()