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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c1717 Boolean lookupMainExe = (executableName ? false : true); local
1727 if (lookupMainExe && !ignoreCache && !useOtherPlatform && bundle && bundle->_executablePath) {
1746 if (lookupMainExe) executableName = _CFBundleCopyExecutableName(bundle, url, infoDict);
1807 if (lookupMainExe && !executableURL) {
1814 if (lookupMainExe && !ignoreCache && !useOtherPlatform && bundle && executableURL) {
1828 if (lookupMainExe && !useOtherPlatform && bundle && !executableURL) bundle->_binaryType = __CFBundleNoBinary;
1829 if (lookupMainExe) CFRelease(executableName);

Completed in 126 milliseconds