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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2253 const char** outErrorMsg,
2261 outErrorMsg, &refOnlyPublic)) {
2282 if (outErrorMsg)
2283 *outErrorMsg = "No resource found that matches the given name";
2250 getResId(const String16& ref, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool onlyPublic) const argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4822 const char** outErrorMsg,
4855 if (outErrorMsg) {
4856 *outErrorMsg = "No resource package specified";
4867 if (outErrorMsg) {
4868 *outErrorMsg = "No resource type specified";
4876 if(outErrorMsg) {
4877 *outErrorMsg = "Resource package cannot be an empty string";
4882 if(outErrorMsg) {
4883 *outErrorMsg = "Resource type cannot be an empty string";
4888 if(outErrorMsg) {
4816 expandResourceRef(const char16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument
5722 collectString(String16* outString, const char16_t* s, size_t len, bool preserveSpaces, const char** outErrorMsg, bool append) argument
[all...]

Completed in 100 milliseconds