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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2157 const char** outErrorMsg,
2165 outErrorMsg, &refOnlyPublic)) {
2183 if (outErrorMsg)
2184 *outErrorMsg = "No resource found that matches the given name";
2154 getResId(const String16& ref, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool onlyPublic) const argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4267 const char** outErrorMsg,
4300 if (outErrorMsg) {
4301 *outErrorMsg = "No resource package specified";
4312 if (outErrorMsg) {
4313 *outErrorMsg = "No resource type specified";
4321 if(outErrorMsg) {
4322 *outErrorMsg = "Resource package cannot be an empty string";
4327 if(outErrorMsg) {
4328 *outErrorMsg = "Resource type cannot be an empty string";
4333 if(outErrorMsg) {
4261 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
5127 collectString(String16* outString, const char16_t* s, size_t len, bool preserveSpaces, const char** outErrorMsg, bool append) argument
[all...]

Completed in 359 milliseconds