Searched refs:myKextPath (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.c292 CFStringRef myKextPath = NULL; // must release local
335 myKextPath = CFURLCopyFileSystemPath(myKextURL, kCFURLPOSIXPathStyle);
336 if (myKextPath == NULL) {
395 myKextPath);
402 SAFE_RELEASE(myKextPath);
H A Dkextcache_main.c2160 CFStringRef myKextPath = NULL; // must release local
2161 myKextPath = copyKextPath(theKext);
2162 if ( myKextPath ) {
2166 (long)sigResult, (long)sigResult, myKextPath);
2167 SAFE_RELEASE(myKextPath);
H A Dkextd_request.c573 CFStringRef myKextPath = NULL; // must release local
574 myKextPath = copyKextPath(osKext);
575 if ( myKextPath ) {
579 (long)sigResult, (long)sigResult, myKextPath);
580 SAFE_RELEASE(myKextPath);
1361 CFStringRef myKextPath = NULL; // must release local
1362 myKextPath = copyKextPath(theKext);
1363 if ( myKextPath ) {
1367 (long)sigResult, (long)sigResult, myKextPath);
1368 SAFE_RELEASE(myKextPath);
[all...]
H A Dkextd_usernotification.c1389 CFStringRef myKextPath = NULL; // do not release local
1399 myKextPath = (CFStringRef) CFArrayGetValueAtIndex(theArray, i);
1400 if (myKextPath == NULL) continue;
1408 myKextPath,
1412 myKextPath = CFURLGetString(myURL);
1414 if (myKextPath == NULL ||
1415 CFStringGetCString(myKextPath,
1706 CFStringRef myKextPath; // do NOT release local
1715 myKextPath = CFDictionaryGetValue(myDict, CFSTR("KextPathKey"));
1716 recordRevokedCertKextPath(myKextPath);
[all...]
H A Dsecurity.c1396 CFStringRef myKextPath = NULL; // must release local
1399 myKextPath = copyKextPath(theKext);
1400 if ( myKextPath ) {
1401 if ( CFStringHasPrefix(myKextPath,
1406 SAFE_RELEASE(myKextPath);

Completed in 215 milliseconds