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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp1994 const char** outErrorMsg,
2002 outErrorMsg, &refOnlyPublic)) {
2020 if (outErrorMsg)
2021 *outErrorMsg = "No resource found that matches the given name";
1991 getResId(const String16& ref, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool onlyPublic) const argument
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2839 const char** outErrorMsg,
2872 if (outErrorMsg) {
2873 *outErrorMsg = "No resource package specified";
2884 if (outErrorMsg) {
2885 *outErrorMsg = "No resource type specified";
2893 if(outErrorMsg) {
2894 *outErrorMsg = "Resource package cannot be an empty string";
2899 if(outErrorMsg) {
2900 *outErrorMsg = "Resource type cannot be an empty string";
2905 if(outErrorMsg) {
2833 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
3677 collectString(String16* outString, const char16_t* s, size_t len, bool preserveSpaces, const char** outErrorMsg, bool append) argument
[all...]

Completed in 133 milliseconds