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

/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceRequestMac.mm54 const char* bundleID = [[bundle bundleIdentifier] UTF8String];
55 if (bundleID && !strcasecmp(bundleID, "com.apple.QuickLookUIFramework"))
/macosx-10.10/ICU-531.30/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.10/configd-699.1.5/configd.tproj/
H A Dplugin_support.c130 const CFStringRef bundleID; member in struct:__anon7211
192 CFStringRef bundleID = CFBundleGetIdentifier(bundle); local
197 bundleID);
254 shortBundleIdentifier(CFStringRef bundleID) argument
256 CFIndex len = CFStringGetLength(bundleID);
260 if (CFStringFindWithOptions(bundleID,
267 shortID = CFStringCreateWithSubstring(NULL, bundleID, range);
351 CFStringRef bundleID; local
358 bundleID = CFBundleGetIdentifier(bundleInfo->bundle);
359 if (bundleID
577 CFStringRef bundleID = CFBundleGetIdentifier(bundle); local
623 CFStringRef bundleID; local
820 CFStringRef bundleID = CFBundleGetIdentifier(bundleInfo->bundle); local
1044 CFStringRef bundleID = CFBundleGetIdentifier(bi->bundle); local
[all...]
/macosx-10.10/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp382 OSString *bundleID = OSDynamicCast(OSString, local
384 if (bundleID) {
386 "Kext %s not loading.", bundleID->getCStringNoCopy());
610 OSString * bundleID = NULL; // don't release local
633 while ((bundleID = OSDynamicCast(OSString, keyIterator->getNextObject()))) {
635 const char * bundle_id = bundleID->getCStringNoCopy();
645 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID));
656 "Loading security extension %s.", bundleID->getCStringNoCopy());
657 OSKext::loadKextWithIdentifier(bundleID->getCStringNoCopy(),
725 OSString * bundleID local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dgkoverride.m41 @property NSString *bundleID;
80 [self.bundleID stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding],
162 client.bundleID = [NSString stringWithUTF8String:argv[3]];
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dgkoverride.m41 @property NSString *bundleID;
80 [self.bundleID stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding],
162 client.bundleID = [NSString stringWithUTF8String:argv[3]];
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPOpen.c673 CFStringRef bundleID = NULL; local
704 bundleID = CFBundleGetIdentifier(bundle);
705 if (bundleID != NULL) {
706 CFRetain(bundleID);
712 bundleID = CFURLCopyPath(url);
717 if (bundleID != NULL) {
718 if (CFEqual(bundleID, CFSTR("/"))) {
719 CFRelease(bundleID);
720 bundleID = NULL;
724 if (bundleID
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dkextstat_main.c221 CFStringRef bundleID = NULL; // do not release local
248 bundleID = (CFStringRef)CFDictionaryGetValue(kextInfo,
262 if (bundleID &&
264 RANGE_ALL(toolArgs->bundleIDs), bundleID)) {
300 bundleIDCString = createUTF8CStringForCFString(bundleID);
H A Dmkextunpack_main.c1101 CFStringRef bundleID = NULL; // don't release local
1113 bundleID = CFDictionaryGetValue(kextPlist, CFSTR("CFBundleIdentifier"));
1114 if (bundleID) {
1118 kCFAllocatorDefault, bundleID, CFSTR("."));
1170 CFStringRef bundleID = NULL; // don't release local
1175 bundleID = CFDictionaryGetValue(kextPlist, CFSTR("CFBundleIdentifier"));
1176 if (!bundleID) {
1180 } else if (CFGetTypeID(bundleID) != CFStringGetTypeID()) {
1185 if (!CFStringGetCString(bundleID, bundle_id, sizeof(bundle_id) - 1,
H A Dkextfind_commands.c147 CFStringRef bundleID = NULL; // do NOT release local
168 bundleID = OSKextGetIdentifier(theKext);
172 bundle_id = createUTF8CStringForCFString(bundleID);
H A Dsecurity.c1477 * key = bundleID string of kext we will allow to load inspite of signing
1499 CFStringRef bundleID = NULL; // do NOT release local
1506 bundleID = OSKextGetIdentifier(theKext);
1507 if (!bundleID) {
1510 "%s could not get bundleID",
1524 exceptionKextVersString = CFDictionaryGetValue(theDict, bundleID);
1543 bundleID, kextVers);
H A Dkextutil_main.c1082 CFStringRef bundleID = (CFStringRef)vKey; local
1102 kexts = OSKextCopyKextsWithIdentifier(bundleID);
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m285 CFStringRef bundleID;
337 if (CFEqual(peer->bundleID, prefix))
341 BOOL matchFound = [wildCardMatch evaluateWithObject:(NSString *)peer->bundleID];
374 if (!CFArrayContainsValue(acl, CFRangeMake(0, CFArrayGetCount(acl)), peer->bundleID)) {
378 CFArrayAppendValue(a, peer->bundleID);
490 return CFStringCompare(CFSTR("com.apple.accountsd"), peer->bundleID, 0) == kCFCompareEqualTo;
562 const void *values[1] = { (void *)peer->bundleID };
1271 CFRELEASE_NULL(peer->bundleID);
1409 peer->bundleID = CopySigningIdentitier(peerconn);
1410 if (peer->bundleID
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp298 void IOAudioDevice::setConfigurationApplicationBundle(const char *bundleID) argument
300 audioDebugIOLog(3, "+ IOAudioDevice[%p]::setConfigurationApplicationBundle(%p)\n", this, bundleID);
302 if (bundleID) {
303 setProperty(kIOAudioDeviceConfigurationAppKey, bundleID);
305 audioDebugIOLog(3, "- IOAudioDevice[%p]::setConfigurationApplicationBundle(%p)\n", this, bundleID);
H A DIOAudioDevice.h230 * @param bundleID The bundle ID of the application to be launched by the HAL for configuration of the device and its engine(s).
232 virtual void setConfigurationApplicationBundle(const char *bundleID ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10/IOKitUser-1050.1.21/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
5556 CFStringRef bundleID = NULL; // do not release local
6339 CFStringRef bundleID = NULL; // do NOT release local
10016 CFStringRef bundleID = NULL; // do not release local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp652 sKernelKext->bundleID = OSSymbol::withCString(kOSKextKernelIdentifier);
678 sKernelKext->bundleID);
702 setResult = sKextsByID->setObject(sKernelKext->bundleID, sKernelKext);
1746 existingKext = OSDynamicCast(OSKext, sKextsByID->getObject(bundleID));
1748 sKextsByID->setObject(bundleID, this);
1856 sKextsByID->setObject(bundleID, this);
1875 sKextsByID->setObject(bundleID, this);
1970 bundleID = OSSymbol::withString(bundleIDString);
1971 if (!bundleID) {
1991 if (bundleID
[all...]
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_utils.h113 CFBundleRef copy_app_bundle_from_persistentregistration(CFStringRef bundleID);
/macosx-10.10/tcl-105/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.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h191 const OSSymbol * bundleID; member in class:OSKext
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferences.mm143 const char* bundleID = [[[NSBundle mainBundle] bundleIdentifier] UTF8String];
144 if (contains(documentViewerIDs, sizeof(documentViewerIDs) / sizeof(documentViewerIDs[0]), bundleID))
146 if (contains(documentBrowserIDs, sizeof(documentBrowserIDs) / sizeof(documentBrowserIDs[0]), bundleID))
148 if (contains(primaryWebBrowserIDs, sizeof(primaryWebBrowserIDs) / sizeof(primaryWebBrowserIDs[0]), bundleID))

Completed in 230 milliseconds