Searched defs:outErrorMsg (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2038 const char** outErrorMsg,
2046 outErrorMsg, &refOnlyPublic)) {
2064 if (outErrorMsg)
2065 *outErrorMsg = "No resource found that matches the given name";
2035 getResId(const String16& ref, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool onlyPublic) const argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3717 const char** outErrorMsg,
3750 if (outErrorMsg) {
3751 *outErrorMsg = "No resource package specified";
3762 if (outErrorMsg) {
3763 *outErrorMsg = "No resource type specified";
3771 if(outErrorMsg) {
3772 *outErrorMsg = "Resource package cannot be an empty string";
3777 if(outErrorMsg) {
3778 *outErrorMsg = "Resource type cannot be an empty string";
3783 if(outErrorMsg) {
3711 expandResourceRef(const uint16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument
4555 collectString(String16* outString, const char16_t* s, size_t len, bool preserveSpaces, const char** outErrorMsg, bool append) argument
[all...]

Completed in 135 milliseconds