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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c634 if (bundle->_binaryType == __CFBundleUnknownBinary) bundle->_binaryType = _CFBundleGrokBinaryType(executableURL);
635 if (bundle->_binaryType == __CFBundleCFMBinary || bundle->_binaryType == __CFBundleUnreadableBinary) {
791 if (_mainBundle->_binaryType == __CFBundleDYLDExecutableBinary) {
798 if (_mainBundle->_binaryType == __CFBundleDYLDExecutableBinary) {
895 if (_mainBundle->_binaryType == __CFBundleUnknownBinary) {
897 _mainBundle->_binaryType = __CFBundleNoBinary;
899 _mainBundle->_binaryType = _CFBundleGrokBinaryType(executableURL);
900 if (_mainBundle->_binaryType !
[all...]
H A DCFBundle_Internal.h88 __CFPBinaryType _binaryType; member in struct:__CFBundle

Completed in 123 milliseconds