Searched refs:_resourceData (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h108 _CFResourceData _resourceData; member in struct:__CFBundle
H A DCFBundle.c638 bundle->_resourceData._executableLacksResourceFork = true;
677 return (mainBundle && mainBundle->_resourceData._infoDictionaryFromResourceFork);
845 if (bundle->_resourceData._stringTableCache) {
846 CFRelease(bundle->_resourceData._stringTableCache);
847 bundle->_resourceData._stringTableCache = NULL;
900 if (_mainBundle->_binaryType != __CFBundleCFMBinary && _mainBundle->_binaryType != __CFBundleUnreadableBinary) _mainBundle->_resourceData._executableLacksResourceFork = true;
1051 if (bundle->_resourceData._stringTableCache) CFRelease(bundle->_resourceData._stringTableCache);
1192 bundle->_resourceData._executableLacksResourceFork = false;
1193 bundle->_resourceData
[all...]

Completed in 74 milliseconds