Searched refs:bundleID (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocutil.h28 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
H A Dlocutil.cpp182 LocaleUtility::getAvailableLocaleNames(const UnicodeString& bundleID) argument
185 // are path strings ('bundleID') passed to
222 htp = (Hashtable*) cache->get(bundleID);
229 cbundleID.appendInvariantChars(bundleID, status);
245 cache->put(bundleID, (void*)htp, status);
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dplugin_support.c133 const CFStringRef bundleID; member in struct:__anon7141
197 CFStringRef bundleID = CFBundleGetIdentifier(bundle); local
202 bundleID);
259 shortBundleIdentifier(CFStringRef bundleID) argument
261 CFIndex len = CFStringGetLength(bundleID);
265 if (CFStringFindWithOptions(bundleID,
272 shortID = CFStringCreateWithSubstring(NULL, bundleID, range);
368 forkBundle(CFBundleRef bundle, CFStringRef bundleID) argument
393 SCLog(TRUE, LOG_NOTICE, CFSTR("forked %@, pid=%d"), bundleID, pid);
400 CFStringRef bundleID; local
624 CFStringRef bundleID = CFBundleGetIdentifier(bundle); local
670 CFStringRef bundleID; local
867 CFStringRef bundleID = CFBundleGetIdentifier(bundleInfo->bundle); local
1091 CFStringRef bundleID = CFBundleGetIdentifier(bi->bundle); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp385 OSString *bundleID = OSDynamicCast(OSString, local
387 if (bundleID) {
389 "Kext %s not loading.", bundleID->getCStringNoCopy());
670 OSString * bundleID = NULL; // don't release local
693 while ((bundleID = OSDynamicCast(OSString, keyIterator->getNextObject()))) {
695 const char * bundle_id = bundleID->getCStringNoCopy();
705 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID));
716 "Loading security extension %s.", bundleID->getCStringNoCopy());
717 OSKext::loadKextWithIdentifier(bundleID->getCStringNoCopy(),
785 OSString * bundleID local
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextstat_main.c214 CFStringRef bundleID = NULL; // do not release local
239 bundleID = (CFStringRef)CFDictionaryGetValue(kextInfo,
253 if (bundleID &&
255 RANGE_ALL(toolArgs->bundleIDs), bundleID)) {
285 bundleIDCString = createUTF8CStringForCFString(bundleID);
H A Dmkextunpack_main.c1095 CFStringRef bundleID = NULL; // don't release local
1107 bundleID = CFDictionaryGetValue(kextPlist, CFSTR("CFBundleIdentifier"));
1108 if (bundleID) {
1112 kCFAllocatorDefault, bundleID, CFSTR("."));
1164 CFStringRef bundleID = NULL; // don't release local
1169 bundleID = CFDictionaryGetValue(kextPlist, CFSTR("CFBundleIdentifier"));
1170 if (!bundleID) {
1174 } else if (CFGetTypeID(bundleID) != CFStringGetTypeID()) {
1179 if (!CFStringGetCString(bundleID, bundle_id, sizeof(bundle_id) - 1,
H A Dsecurity.c1282 * key = bundleID string of kext we will allow to load inspite of signing
1299 CFStringRef bundleID = NULL; // do NOT release local
1306 bundleID = OSKextGetIdentifier(theKext);
1307 if (!bundleID) {
1310 "%s could not get bundleID",
1324 exceptionKextVersString = CFDictionaryGetValue(myDictionary, bundleID);
1343 bundleID, kextVers);
H A Dkextfind_commands.c147 CFStringRef bundleID = NULL; // do NOT release local
168 bundleID = OSKextGetIdentifier(theKext);
172 bundle_id = createUTF8CStringForCFString(bundleID);
H A Dkextutil_main.c1054 CFStringRef bundleID = (CFStringRef)vKey; local
1074 kexts = OSKextCopyKextsWithIdentifier(bundleID);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPOpen.c672 CFStringRef bundleID = NULL; local
703 bundleID = CFBundleGetIdentifier(bundle);
704 if (bundleID != NULL) {
705 CFRetain(bundleID);
711 bundleID = CFURLCopyPath(url);
716 if (bundleID != NULL) {
717 if (CFEqual(bundleID, CFSTR("/"))) {
718 CFRelease(bundleID);
719 bundleID = NULL;
723 if (bundleID
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/heimcred/
H A Dserver.m114 CFStringRef bundleID;
153 if (CFStringHasPrefix(peer->bundleID, prefix))
187 if (!CFArrayContainsValue(acl, CFRangeMake(0, CFArrayGetCount(acl)), peer->bundleID)) {
191 CFArrayAppendValue(a, peer->bundleID);
243 const void *values[1] = { (void *)peer->bundleID };
636 CFRELEASE_NULL(peer->bundleID);
686 peer->bundleID = CopySigningIdentitier(peerconn);
687 if (peer->bundleID == NULL) {
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DResourceRequestMac.mm270 const char* bundleID = [[bundle bundleIdentifier] UTF8String];
271 if (bundleID && !strcasecmp(bundleID, "com.apple.QuickLookUIFramework"))
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioDevice.cpp218 void IOAudioDevice::setConfigurationApplicationBundle(const char *bundleID) argument
220 audioDebugIOLog(3, "+ IOAudioDevice[%p]::setConfigurationApplicationBundle(%p)\n", this, bundleID);
222 if (bundleID) {
223 setProperty(kIOAudioDeviceConfigurationAppKey, bundleID);
225 audioDebugIOLog(3, "- IOAudioDevice[%p]::setConfigurationApplicationBundle(%p)\n", this, bundleID);
H A DIOAudioDevice.h223 * @param bundleID The bundle ID of the application to be launched by the HAL for configuration of the device and its engine(s).
225 virtual void setConfigurationApplicationBundle(const char *bundleID);
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c219 CFStringRef bundleID = CFBundleGetIdentifier(bundle); local
242 if (bundleID) {
248 bundlesWithThisID = (CFMutableArrayRef)CFDictionaryGetValue(_bundlesByIdentifier, bundleID);
265 CFDictionarySetValue(_bundlesByIdentifier, bundleID, bundlesWithThisID);
272 static void _CFBundleRemoveFromTables(CFBundleRef bundle, CFURLRef bundleURL, CFStringRef bundleID) { argument
287 if (bundleID && _bundlesByIdentifier) {
288 CFMutableArrayRef bundlesWithThisID = (CFMutableArrayRef)CFDictionaryGetValue(_bundlesByIdentifier, bundleID);
292 if (0 == CFArrayGetCount(bundlesWithThisID)) CFDictionaryRemoveValue(_bundlesByIdentifier, bundleID);
311 static CFBundleRef _CFBundlePrimitiveGetBundleWithIdentifierAlreadyLocked(CFStringRef bundleID) { argument
313 if (_bundlesByIdentifier && bundleID) {
384 CFStringRef bundleID = CFBundleGetIdentifier(bundle); local
428 _CFBundleRemoveFromTables(CFBundleRef bundle, CFURLRef bundleURL, CFStringRef bundleID) argument
464 _CFBundlePrimitiveGetBundleWithIdentifierAlreadyLocked(CFStringRef bundleID) argument
816 CFStringRef bundleID = (CFStringRef)CFDictionaryGetValue(_mainBundle->_infoDict, kCFBundleIdentifierKey); local
945 CFBundleGetBundleWithIdentifier(CFStringRef bundleID) argument
1029 CFStringRef bundleID = NULL; local
[all...]
H A DCFBundle.h74 CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID);
H A DCFBundle_InfoPlist.c818 CFStringRef bundleID = NULL; local
820 if (infoDict) bundleID = (CFStringRef)CFDictionaryGetValue(infoDict, kCFBundleIdentifierKey);
821 return bundleID;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c158 CFStringRef bundleID; member in struct:__OSKext
1109 SAFE_RELEASE_NULL(aKext->bundleID);
1122 CFStringRef bundleID = NULL; // do not release local
1125 bundleID = OSKextGetIdentifier(aKext);
1148 bundleID ? bundleID : CFSTR(__kStringUnknown));
1681 SAFE_RELEASE_NULL(aKext->bundleID);
2611 CFStringRef bundleID = NULL; // do not release local
2675 bundleID = (CFStringRef)CFDictionaryGetValue(cacheDict,
2677 if (!bundleID || (CFGetTypeI
5561 CFStringRef bundleID = NULL; // do not release local
6335 CFStringRef bundleID = NULL; // do NOT release local
9971 CFStringRef bundleID = NULL; // do not release local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp656 sKernelKext->bundleID = OSSymbol::withCString(kOSKextKernelIdentifier);
682 sKernelKext->bundleID);
706 setResult = sKextsByID->setObject(sKernelKext->bundleID, sKernelKext);
1750 existingKext = OSDynamicCast(OSKext, sKextsByID->getObject(bundleID));
1752 sKextsByID->setObject(bundleID, this);
1860 sKextsByID->setObject(bundleID, this);
1879 sKextsByID->setObject(bundleID, this);
1974 bundleID = OSSymbol::withString(bundleIDString);
1975 if (!bundleID) {
1995 if (bundleID
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.h113 CFBundleRef copy_app_bundle_from_persistentregistration(CFStringRef bundleID);
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c235 CFStringRef bundleID = NULL;
251 bundleID = CFStringCreateWithCString(NULL, Tcl_DStringValue(&ds), kCFStringEncodingUTF8);
258 if (bundleID == NULL) {
265 err = LSFindApplicationForInfo(creator, bundleID, name,
234 CFStringRef bundleID = NULL; local
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h191 const OSSymbol * bundleID; member in class:OSKext
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.mm131 const char* bundleID = [[[NSBundle mainBundle] bundleIdentifier] UTF8String];
132 if (contains(documentViewerIDs, sizeof(documentViewerIDs) / sizeof(documentViewerIDs[0]), bundleID))
134 else if (contains(documentBrowserIDs, sizeof(documentBrowserIDs) / sizeof(documentBrowserIDs[0]), bundleID))
136 else if (contains(primaryWebBrowserIDs, sizeof(primaryWebBrowserIDs) / sizeof(primaryWebBrowserIDs[0]), bundleID))

Completed in 415 milliseconds