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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2043 const char** outErrorMsg,
2051 outErrorMsg, &refOnlyPublic)) {
2069 if (outErrorMsg)
2070 *outErrorMsg = "No resource found that matches the given name";
2040 getResId(const String16& ref, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool onlyPublic) const argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3758 const char** outErrorMsg,
3791 if (outErrorMsg) {
3792 *outErrorMsg = "No resource package specified";
3803 if (outErrorMsg) {
3804 *outErrorMsg = "No resource type specified";
3812 if(outErrorMsg) {
3813 *outErrorMsg = "Resource package cannot be an empty string";
3818 if(outErrorMsg) {
3819 *outErrorMsg = "Resource type cannot be an empty string";
3824 if(outErrorMsg) {
3752 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
4596 collectString(String16* outString, const char16_t* s, size_t len, bool preserveSpaces, const char** outErrorMsg, bool append) argument
[all...]

Completed in 1600 milliseconds