Lines Matching refs:outError
234 uint32_t attrRes, const String8& attrLabel, String8* outError) in printResolvedResourceAttribute() argument
237 AaptXml::getResolvedResourceAttribute(resTable, tree, attrRes, &value, outError); in printResolvedResourceAttribute()
238 if (*outError != "") { in printResolvedResourceAttribute()
239 *outError = "error print resolved resource attribute"; in printResolvedResourceAttribute()
243 String8 result = AaptXml::getResolvedAttribute(resTable, tree, attrRes, outError); in printResolvedResourceAttribute()
315 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) { in printCompatibleScreens() argument
335 *outError = "failed to get XML element name (bad string pool)"; in printCompatibleScreens()
402 String8 *outError = NULL) in getNfcAidCategories() argument
406 if (outError != NULL) *outError = "xml resource does not exist"; in getNfcAidCategories()
427 *outError = "failed to get XML element name (bad string pool)"; in getNfcAidCategories()
440 *outError = "failed to get XML element name (bad string pool)"; in getNfcAidCategories()
453 if (outError != NULL) *outError = error; in getNfcAidCategories()