Searched refs:bundleURL (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Ddyn_macosx.c49 CFURLRef bundleURL; local
63 bundleURL = CFURLCreateWithFileSystemPath(NULL, bundlePath,
66 if (bundleURL == NULL)
69 bundle = CFBundleCreate(NULL, bundleURL);
70 CFRelease(bundleURL);
/macosx-10.10/WebKit2-7600.1.25/Platform/cf/
H A DModuleCF.cpp33 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, m_path.createCFString().get(), kCFURLPOSIXPathStyle, FALSE)); local
34 if (!bundleURL)
37 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
/macosx-10.10/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXBundle.c147 CFURLRef bundleURL = CFBundleCopyBundleURL(bundleRef);
149 if (bundleURL) {
156 bundleURL);
165 NULL, bundleURL, CFSTR("Versions"), TRUE);
185 CFRelease(bundleURL);
146 CFURLRef bundleURL = CFBundleCopyBundleURL(bundleRef); local
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXBundle.c155 CFURLRef bundleURL = CFBundleCopyBundleURL(bundleRef);
157 if (bundleURL) {
164 bundleURL);
173 NULL, bundleURL, CFSTR("Versions"), TRUE);
193 CFRelease(bundleURL);
154 CFURLRef bundleURL = CFBundleCopyBundleURL(bundleRef); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKProcessGroup.h49 - (id)initWithInjectedBundleURL:(NSURL *)bundleURL;
H A DWKProcessGroup.mm181 - (id)initWithInjectedBundleURL:(NSURL *)bundleURL
193 webContextConfiguration.injectedBundlePath = bundleURL ? String(bundleURL.path) : String();
H A DWKProcessPool.mm167 if (NSURL *bundleURL = [_configuration injectedBundleURL]) {
168 if (!bundleURL.isFileURL)
171 webContextConfiguration.injectedBundlePath = bundleURL.path;
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A DPrivilegedOperations.c77 CFURLRef bundleURL; local
98 bundleURL = CFBundleCopyBundleURL(CFBundleGetBundleWithIdentifier(CFSTR("com.apple.preference.bonjour")) );
99 if (bundleURL != NULL)
101 CFURLGetFileSystemRepresentation(bundleURL, false, (UInt8*) toolSourcePath, sizeof toolSourcePath);
103 CFURLGetFileSystemRepresentation(bundleURL, false, (UInt8*) toolInstallerPath, sizeof toolInstallerPath);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/CodeSigningHelper/
H A Dmain.c137 CFURLRef bundleURL = CFBundleCopyBundleURL(bundle); local
138 if (bundleURL == NULL)
141 data = CFURLCreateData(NULL, bundleURL, kCFStringEncodingUTF8, true);
142 CFRelease(bundleURL);
146 xpc_dictionary_set_data(reply, "bundleURL", CFDataGetBytePtr(data), CFDataGetLength(data));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.mm67 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(0, injectedBundlePathStr.get(), kCFURLPOSIXPathStyle, false));
68 if (!bundleURL) {
73 m_platformBundle = [[NSBundle alloc] initWithURL:(NSURL *)bundleURL.get()];
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDABase.h54 __private_extern__ CFStringRef ___CFBundleCopyLocalizedStringInDirectory( CFURLRef bundleURL, CFStringRef key, CFStringRef value, CFStringRef table );
55 __private_extern__ CFURLRef ___CFBundleCopyResourceURLInDirectory( CFURLRef bundleURL, CFStringRef resourcePath );
H A DDABase.c222 __private_extern__ CFStringRef ___CFBundleCopyLocalizedStringInDirectory( CFURLRef bundleURL, CFStringRef key, CFStringRef value, CFStringRef table ) argument
232 bundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
246 __private_extern__ CFURLRef ___CFBundleCopyResourceURLInDirectory( CFURLRef bundleURL, CFStringRef resourcePath ) argument
280 resourceURL = CFBundleCopyResourceURLInDirectory( bundleURL, resourceName, NULL, resourceSubDirName );
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c83 CFURLRef bundleURL; local
89 bundleURL = CFURLCreateWithFileSystemPath(
95 printf("Bundle URL: %p\n", bundleURL);
97 myBundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
156 CFRelease( bundleURL );
H A DDVTest.c91 CFURLRef bundleURL; local
97 bundleURL = CFURLCreateWithFileSystemPath(
105 myBundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
107 bundleURL = CFURLCreateWithFileSystemPath(
114 myBundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
176 CFRelease( bundleURL );
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DKextManager.c57 CFURLRef bundleURL = NULL; // returned local
100 bundleURL = CFURLCreateWithFileSystemPath(allocator,
107 return bundleURL;
H A DOSKext.c157 CFURLRef bundleURL; member in struct:__OSKext
179 unsigned int isFromMkext:1; // i.e. *not* to be updated from bundleURL
1108 SAFE_RELEASE_NULL(aKext->bundleURL);
1139 if (aKext->bundleURL) {
1141 aKext->bundleURL);
1143 } else if (aKext->bundleURL) {
1145 aKext->bundleURL);
1587 aKext->bundleURL = CFRetain(anURL);
1632 aKext->bundleURL = CFURLCreateWithFileSystemPath(CFGetAllocator(aKext),
1634 if (!aKext->bundleURL) {
2615 CFURLRef bundleURL = NULL; // must release local
[all...]
/macosx-10.10/ppp-786.1.1/Dialogs/
H A DDialogs.c111 static CFURLRef bundleURL = 0; variable
149 bundleURL = CFBundleCopyBundleURL(bundle);
150 if (!bundleURL)
346 CFDictionaryAddValue(dict, kCFUserNotificationLocalizationURLKey, bundleURL);
639 CFDictionaryAddValue(dict, kCFUserNotificationLocalizationURLKey, bundleURL);
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm352 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, pluginPath.createCFString().get(), kCFURLPOSIXPathStyle, false));
355 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
393 RetainPtr<CFStringRef> filename = adoptCF(CFURLCopyLastPathComponent(bundleURL.get()));
408 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, pluginPath.createCFString().get(), kCFURLPOSIXPathStyle, false));
410 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecAccess.cpp542 CFURLRef bundleURL,trustedAppsURL = NULL; local
551 bundleURL = CFURLCreateWithFileSystemPath(
556 if (!bundleURL)
560 secBundle = CFBundleCreate(kCFAllocatorDefault,bundleURL);
585 if (bundleURL)
586 CFRelease(bundleURL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecAccess.cpp542 CFURLRef bundleURL,trustedAppsURL = NULL; local
551 bundleURL = CFURLCreateWithFileSystemPath(
556 if (!bundleURL)
560 secBundle = CFBundleCreate(kCFAllocatorDefault,bundleURL);
585 if (bundleURL)
586 CFRelease(bundleURL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecAccess.cpp542 CFURLRef bundleURL,trustedAppsURL = NULL; local
551 bundleURL = CFURLCreateWithFileSystemPath(
556 if (!bundleURL)
560 secBundle = CFBundleCreate(kCFAllocatorDefault,bundleURL);
585 if (bundleURL)
586 CFRelease(bundleURL);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m18 CFURLRef bundleURL;
20 bundleURL = (CFURLRef)[NSURL fileURLWithPath:[bundle bundlePath]];
23 bundleURL);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m18 CFURLRef bundleURL;
20 bundleURL = (CFURLRef)[NSURL fileURLWithPath:[bundle bundlePath]];
23 bundleURL);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dbundle-variables.m18 CFURLRef bundleURL;
20 bundleURL = (CFURLRef)[NSURL fileURLWithPath:[bundle bundlePath]];
23 bundleURL);
/macosx-10.10/libfs-13/
H A DFSFormatName.c57 CFURLRef bundleURL; local
117 bundleURL = CFURLCreateWithFileSystemPathRelativeToBase(NULL, fsTypeName, kCFURLPOSIXPathStyle, true, libRef);
118 bundle = CFBundleCreate(NULL, bundleURL);
121 CFRelease(bundleURL);

Completed in 204 milliseconds

12