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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c535 CFStringRef kextAbsPath = NULL; // must release local
564 kextAbsPath = copyPathForKext(theKext, kPathsFull);
567 if (!kextAbsPath || !kextRelPath || !absPath) {
571 scratchRange = CFRangeMake(CFStringGetLength(kextAbsPath),
572 CFStringGetLength(absPath) - CFStringGetLength(kextAbsPath));
584 SAFE_RELEASE(kextAbsPath);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c15358 CFStringRef kextAbsPath = NULL; // must release local
15368 kextAbsPath = CFURLCopyFileSystemPath(kextAbsURL, kCFURLPOSIXPathStyle);
15369 if (!kextAbsPath) {
15387 subRange.location = CFStringGetLength(kextAbsPath) + 1; /* +1 for the slash */
15396 SAFE_RELEASE(kextAbsPath);

Completed in 156 milliseconds