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

12

/macosx-10.9.5/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.9.5/tcl-102/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.9.5/WebKit2-7537.78.2/Platform/mac/
H A DModuleMac.mm33 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, m_path.createCFString().get(), kCFURLPOSIXPathStyle, FALSE));
34 if (!bundleURL)
37 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
/macosx-10.9.5/tcl-102/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.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.mm64 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(0, injectedBundlePathStr.get(), kCFURLPOSIXPathStyle, false));
65 if (!bundleURL) {
70 m_platformBundle = [[NSBundle alloc] initWithURL:(NSURL *)bundleURL.get()];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKProcessGroup.h48 - (id)initWithInjectedBundleURL:(NSURL *)bundleURL;
H A DWKProcessGroup.mm102 - (id)initWithInjectedBundleURL:(NSURL *)bundleURL
110 if (bundleURL)
111 _data->_contextRef = adoptWK(WKContextCreateWithInjectedBundlePath(adoptWK(WKStringCreateWithCFString((CFStringRef)[bundleURL path])).get()));
/macosx-10.9.5/mDNSResponder-522.92.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.9.5/Security-55471.14.18/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.9.5/DiskArbitration-266/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.9.5/CF-855.17/
H A DCFBundle.h93 CFBundleRef CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL);
156 CFDictionaryRef CFBundleCopyInfoDictionaryInDirectory(CFURLRef bundleURL);
188 CFURLRef CFBundleCopyResourceURLInDirectory(CFURLRef bundleURL, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName);
191 CFArrayRef CFBundleCopyResourceURLsOfTypeInDirectory(CFURLRef bundleURL, CFStringRef resourceType, CFStringRef subDirName);
H A DCFBundle.c194 static CFBundleRef _CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL, Boolean alreadyLocked, Boolean doFinalProcessing);
272 static void _CFBundleRemoveFromTables(CFBundleRef bundle, CFURLRef bundleURL, CFStringRef bundleID) { argument
281 if (bundleURL && _bundlesByURL) {
282 CFBundleRef bundleForURL = (CFBundleRef)CFDictionaryGetValue(_bundlesByURL, bundleURL);
283 if (bundleForURL == bundle) CFDictionaryRemoveValue(_bundlesByURL, bundleURL);
428 static void _CFBundleRemoveFromTables(CFBundleRef bundle, CFURLRef bundleURL, CFStringRef bundleID) { argument
434 if (bundleURL) {
435 _removeFromBundlesByURL(bundleURL);
682 CFURLRef bundleURL = _CFBundleCopyBundleURLForExecutableURL(url), resolvedURL = _CFBundleCopyResolvedURLForExecutableURL(url); local
683 if (bundleURL
740 CFURLRef bundleURL = _CFBundleCopyBundleURLForExecutableURL(url), resolvedURL = _CFBundleCopyResolvedURLForExecutableURL(url); local
878 CFURLRef executableURL = NULL, bundleURL = NULL; local
1028 CFURLRef bundleURL; local
1086 _CFBundleGetExistingBundleWithBundleURL(CFURLRef bundleURL) argument
1101 _CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL, Boolean alreadyLocked, Boolean doFinalProcessing) argument
1238 CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL) argument
1541 _CFBundleCopySupportFilesDirectoryURLInDirectory(CFURLRef bundleURL, uint8_t version) argument
1559 _CFBundleCopyResourcesDirectoryURLInDirectory(CFURLRef bundleURL, uint8_t version) argument
1579 _CFBundleCopyAppStoreReceiptURLInDirectory(CFURLRef bundleURL, uint8_t version) argument
2844 CFURLRef bundleURL = CFBundleCopyBundleURL(bundle); local
2863 CFURLRef bundleURL = CFBundleCopyBundleURL(bundle), absoluteURL = CFURLCopyAbsoluteURL(bundleURL), executableURL = CFBundleCopyExecutableURL(bundle); local
3461 CFURLRef bundleURL = NULL; local
[all...]
H A DCFBundle_Resources.c169 CF_EXPORT CFURLRef CFBundleCopyResourceURLInDirectory(CFURLRef bundleURL, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName) { argument
174 if (!CFURLGetFileSystemRepresentation(bundleURL, true, buff, CFMaxPathSize)) return NULL;
177 if (!newURL) newURL = (CFURLRef)CFRetain(bundleURL);
179 result = (CFURLRef) _CFBundleCopyFindResources(NULL, bundleURL, NULL, resourceName, resourceType, subDirName, NULL, NO, NO, NULL);
185 CF_EXPORT CFArrayRef CFBundleCopyResourceURLsOfTypeInDirectory(CFURLRef bundleURL, CFStringRef resourceType, CFStringRef subDirName) { argument
190 if (!CFURLGetFileSystemRepresentation(bundleURL, true, buff, CFMaxPathSize)) return NULL;
193 if (!newURL) newURL = (CFURLRef)CFRetain(bundleURL);
195 array = (CFArrayRef) _CFBundleCopyFindResources(NULL, bundleURL, NULL, NULL, resourceType, subDirName, NULL, YES, NO, NULL);
911 static void _CFBundleAddPreferredLprojNamesInDirectory(CFAllocatorRef alloc, CFURLRef bundleURL, CFArrayRef localizations, CFMutableArrayRef lprojNames, CFStringRef devLang) { argument
924 if (!CFEqual(bundleURL, mainBundleUR
1777 _CFBundleCreateQueryTableAtPath(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourcesDirectory, CFStringRef subdirectory) argument
1897 _CFBundleCopyQueryTable(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourcesDirectory, CFStringRef subdirectory) argument
1979 _CFBundleCopyURLsOfKey(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourcesDirectory, CFStringRef subDir, CFStringRef key, CFStringRef lproj, Boolean returnArray, Boolean localized, uint8_t bundleVersion, Boolean (^predicate)(CFStringRef filename, Boolean *stop)) argument
2161 _CFBundleCopyFindResources(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subPath, CFStringRef lproj, Boolean returnArray, Boolean localized, Boolean (^predicate)(CFStringRef filename, Boolean *stop)) argument
[all...]
/macosx-10.9.5/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.9.5/IOKitUser-907.100.13/kext.subproj/
H A DKextManager.c57 CFURLRef bundleURL = NULL; // returned local
100 bundleURL = CFURLCreateWithFileSystemPath(allocator,
107 return bundleURL;
/macosx-10.9.5/ppp-727.90.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.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm358 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, pluginPath.createCFString().get(), kCFURLPOSIXPathStyle, false));
361 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
399 RetainPtr<CFStringRef> filename = adoptCF(CFURLCopyLastPathComponent(bundleURL.get()));
414 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, pluginPath.createCFString().get(), kCFURLPOSIXPathStyle, false));
416 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/pyobjc-42/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.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m18 CFURLRef bundleURL;
20 bundleURL = (CFURLRef)[NSURL fileURLWithPath:[bundle bundlePath]];
23 bundleURL);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/osx_cfm_glue/
H A Dcfmglue.c80 CFURLRef bundleURL; member in struct:__anon11655
303 saslcfmglob.bundleURL = CFURLCreateWithFileSystemPath(
308 if ( saslcfmglob.bundleURL != NULL )
313 saslcfmglob.bundleURL );
484 if (saslcfmglob.bundleURL && !saslcfmglob.myBundle) {
485 CFRelease(saslcfmglob.bundleURL);
486 saslcfmglob.bundleURL = nil;
541 CFRelease(saslcfmglob.bundleURL);
543 saslcfmglob.bundleURL = NULL;

Completed in 197 milliseconds

12