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

12

/macosx-10.9.5/CF-855.17/
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.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 DCFBundlePriv.h145 CFBundleRef _CFBundleGetExistingBundleWithBundleURL(CFURLRef bundleURL);
H A DCFBundle_InfoPlist.c696 CFURLRef bundleURL = CFBundleCopyBundleURL(bundle); local
697 if (!_CFBundleGetPackageInfoInDirectoryWithInfoDictionary(kCFAllocatorSystemDefault, bundleURL, CFBundleGetInfoDictionary(bundle), packageType, packageCreator)) {
701 if (bundleURL) CFRelease(bundleURL);
H A DCFBundle_Internal.h153 extern CFURLRef _CFBundleCopySupportFilesDirectoryURLInDirectory(CFURLRef bundleURL, UInt8 version);
154 extern CFURLRef _CFBundleCopyResourcesDirectoryURLInDirectory(CFURLRef bundleURL, UInt8 version);
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...]
H A DCFRuntime.c1159 CFURLRef bundleURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorSystemDefault, dllURL, CFSTR("CoreFoundation.resources"), TRUE); local
1164 CFBundleRef bundle = CFBundleCreate(kCFAllocatorSystemDefault, bundleURL);
1165 CFRelease(bundleURL);
H A DForFoundationOnly.h80 CF_EXPORT CFTypeRef _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));
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
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 );
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 );
/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;
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.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_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/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/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/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/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/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/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/emacs-92/emacs/src/
H A Dmac.c5284 CFURLRef bundleURL;
5308 bundleURL = CFBundleCopyBundleURL (bundle);
5309 if (!bundleURL)
5312 cf_app_bundle_pathname = CFURLCopyFileSystemPath (bundleURL,
5280 CFURLRef bundleURL; local

Completed in 447 milliseconds

12