• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/

Lines Matching defs:bundleURL

157     CFURLRef              bundleURL;
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
2649 bundleURL = CFURLCreateWithFileSystemPath(allocator,
2651 if (!bundleURL) {
2656 __OSKextGetFileSystemPath(/* kext */ NULL, bundleURL,
2661 existingKext = (OSKextRef)CFDictionaryGetValue(__sOSKextsByURL, bundleURL);
2672 newKext->bundleURL = CFRetain(bundleURL);
2767 SAFE_RELEASE(bundleURL);
4764 return aKext->bundleURL;
4768 * Get the C string path for a kext's bundleURL, or for an arbitrary
4784 if (aKext->bundleURL) {
4785 urlToUse = aKext->bundleURL;
5329 kextBundle = CFBundleCreate(kCFAllocatorDefault, aKext->bundleURL);
5369 if (!aKext->bundleURL) {
5377 absURL = CFURLCopyAbsoluteURL(aKext->bundleURL);
5431 absURL = CFURLCopyAbsoluteURL(aKext->bundleURL);
5488 potentialContainer->bundleURL);
5496 pluginsURL, CFURLCopyLastPathComponent(aKext->bundleURL), true);
6182 aKext->bundleURL);
8216 kextLabel = CFURLCopyLastPathComponent(aKext->bundleURL);
11778 kextBundle = CFBundleCreate(kCFAllocatorDefault, aKext->bundleURL);
11795 result = __OSKextAuthenticateURLRecursively(aKext, aKext->bundleURL,
11849 aKext->bundleURL,
12509 aKext->bundleURL);
15364 kextAbsURL = CFURLCopyAbsoluteURL(aKext->bundleURL);