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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5036 bool* outPublicOnly)
5053 if (outPublicOnly != NULL) {
5054 *outPublicOnly = true;
5058 if (outPublicOnly != NULL) {
5059 *outPublicOnly = false;
5029 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

Completed in 144 milliseconds