Searched refs:CFBundleGetBundleWithIdentifier (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DLocalizedStringsMac.cpp39 static CFBundleRef bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebCore"));
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWebCoreBundleWin.cpp40 if (CFBundleRef existingBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit"))) {
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.mm45 CFBundleRef webKit2Bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit2"));
H A DXPCServiceMain.Development.mm129 CFBundleRef webKit2Bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit2"));
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A DSQLManageDataSource.c115 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
H A DSQLCreateDataSource.c129 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
H A DSQLConfigDataSource.c424 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
H A DSQLConfigDriver.c344 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
H A DSQLGetTranslator.c153 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dreqparser.cpp53 if (CFBundleRef securityFramework = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security")))
H A Dreqinterp.cpp533 mMyBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security"));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dreqparser.cpp53 if (CFBundleRef securityFramework = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security")))
H A Dreqinterp.cpp533 mMyBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security"));
/macosx-10.9.5/tcl-102/tcl84/tcl/macosx/
H A DtclMacOSXBundle.c139 bundleRef = CFBundleGetBundleWithIdentifier(bundleNameRef);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychainAddIToolsPassword.cpp67 if (CFRef<CFBundleRef> myBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security")))
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychainAddIToolsPassword.cpp67 if (CFRef<CFBundleRef> myBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security")))
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychainAddIToolsPassword.cpp67 if (CFRef<CFBundleRef> myBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security")))
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXBundle.c147 bundleRef = CFBundleGetBundleWithIdentifier(bundleNameRef);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A DPrivilegedOperations.c98 bundleURL = CFBundleCopyBundleURL(CFBundleGetBundleWithIdentifier(CFSTR("com.apple.preference.bonjour")) );
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py14 bundle = CFBundleGetBundleWithIdentifier(u"com.apple.CoreFoundation")
39 bundle = CFBundleGetBundleWithIdentifier(u"com.apple.CoreFoundation")
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py15 bundle = CFBundleGetBundleWithIdentifier(u"com.apple.CoreFoundation")
46 bundle = CFBundleGetBundleWithIdentifier(u"com.apple.CoreFoundation")
/macosx-10.9.5/CF-855.17/
H A DCFBundle.h52 /* The bundle identifier (for CFBundleGetBundleWithIdentifier()) */
74 CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecFramework.c59 kSecFrameworkBundle = CFBundleGetBundleWithIdentifier(kSecFrameworkBundleID);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebLocalizableStrings.cpp157 stringsBundle->bundle = CFBundleGetBundleWithIdentifier(adoptCF(CFStringCreateWithCString(0, stringsBundle->identifier, kCFStringEncodingASCII)).get());
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/
H A Ddrvconn.c454 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.core"));
456 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));

Completed in 159 milliseconds

12