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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c46 CFURLRef containerURL = NULL; // do not release local
79 containerURL = OSKextGetURL(containerKext);
80 if (!containerURL) {
86 containerAbsURL = CFURLCopyAbsoluteURL(containerURL);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c5417 CFURLRef containerURL = NULL; // must release local
5472 containerURL = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault,
5474 if (!containerURL) {
5478 potentialContainer = OSKextCreate(kCFAllocatorDefault, containerURL);
5528 SAFE_RELEASE(containerURL);

Completed in 424 milliseconds