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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.h252 /* For a directory URL, this is equivalent to calling CFBundleCopyExecutableArchitectures() */
272 CFArrayRef CFBundleCopyExecutableArchitectures(CFBundleRef bundle) CF_AVAILABLE(10_5, 2_0);
H A DCFBundle.c3148 CFArrayRef CFBundleCopyExecutableArchitectures(CFBundleRef bundle) { function
4314 CFArrayRef archs = CFBundleCopyExecutableArchitectures(bundle);
H A DCFBundle_Resources.c1416 result = CFBundleCopyExecutableArchitectures(bundle);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py132 array = CFBundleCopyExecutableArchitectures(bundle)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py156 array = CFBundleCopyExecutableArchitectures(bundle)
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginPackage.mm173 RetainPtr<CFArrayRef> archs = adoptCF(CFBundleCopyExecutableArchitectures(cfBundle.get()));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm43 RetainPtr<CFArrayRef> pluginArchitecturesArray = adoptCF(CFBundleCopyExecutableArchitectures(bundle));

Completed in 188 milliseconds