Lines Matching refs:outError
233 uint32_t attrRes, const String8& attrLabel, String8* outError) in printResolvedResourceAttribute() argument
236 AaptXml::getResolvedResourceAttribute(resTable, tree, attrRes, &value, outError); in printResolvedResourceAttribute()
237 if (*outError != "") { in printResolvedResourceAttribute()
238 *outError = "error print resolved resource attribute"; in printResolvedResourceAttribute()
242 String8 result = AaptXml::getResolvedAttribute(resTable, tree, attrRes, outError); in printResolvedResourceAttribute()
314 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) { in printCompatibleScreens() argument
334 *outError = "failed to get XML element name (bad string pool)"; in printCompatibleScreens()
401 String8 *outError = NULL) in getNfcAidCategories() argument
405 if (outError != NULL) *outError = "xml resource does not exist"; in getNfcAidCategories()
426 *outError = "failed to get XML element name (bad string pool)"; in getNfcAidCategories()
439 *outError = "failed to get XML element name (bad string pool)"; in getNfcAidCategories()
452 if (outError != NULL) *outError = error; in getNfcAidCategories()