Searched refs:thisURL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DKextManager.c152 CFURLRef thisURL = (CFURLRef)CFArrayGetValueAtIndex( local
158 dependencyAbsURL = CFURLCopyAbsoluteURL(thisURL);
H A DOSKext.c2275 CFURLRef thisURL = (CFURLRef)CFArrayGetValueAtIndex(urlContents, i); local
2280 pathExtension = CFURLCopyPathExtension(thisURL);
2286 __OSKextGetFileSystemPath(/* kext */ NULL, thisURL,
2304 kexts = OSKextCreateKextsFromURL(allocator, thisURL);
11788 CFURLRef thisURL = (CFURLRef)CFArrayGetValueAtIndex(urlContents, i); local
11789 result = __OSKextAuthenticateURLRecursively(aKext, thisURL, pluginsURL) && result;

Completed in 100 milliseconds