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

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Ddyn_macosx.c94 if (CFBundleIsExecutableLoaded(bundle) == TRUE)
/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_PlugIn.c118 if (CFBundleIsExecutableLoaded(bundle)) _CFBundlePlugInLoaded(bundle);
127 if (!__CFBundleGetPlugInData(bundle)->_isPlugIn || __CFBundleGetPlugInData(bundle)->_isDoingDynamicRegistration || !infoDict || !CFBundleIsExecutableLoaded(bundle)) return;
H A DCFBundle.h297 Boolean CFBundleIsExecutableLoaded(CFBundleRef bundle);
H A DCFBundle.c322 if (CFBundleIsExecutableLoaded(bundle)) result = bundle;
472 if (bundle && CFBundleIsExecutableLoaded((CFBundleRef)bundle)) {
1857 Boolean CFBundleIsExecutableLoaded(CFBundleRef bundle) { function
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py152 ok = CFBundleIsExecutableLoaded(bundle2)
156 ok = CFBundleIsExecutableLoaded(bundle2)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py179 ok = CFBundleIsExecutableLoaded(bundle2)
183 ok = CFBundleIsExecutableLoaded(bundle2)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dosxcode.cpp228 return CFBundleIsExecutableLoaded(cfBundle());
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dosxcode.cpp228 return CFBundleIsExecutableLoaded(cfBundle());

Completed in 675 milliseconds