Searched refs:infoDictFromExecutable (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c802 CFDictionaryRef infoDictFromExecutable = (CFDictionaryRef)_CFBundleCreateInfoDictFromMainExecutable(); local
803 if (infoDictFromExecutable && CFDictionaryGetCount(infoDictFromExecutable) > 0) {
805 _mainBundle->_infoDict = infoDictFromExecutable;
806 } else if (infoDictFromExecutable) {
807 CFRelease(infoDictFromExecutable);

Completed in 105 milliseconds