Searched refs:kextRelPath (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_commands.c536 CFStringRef kextRelPath = NULL; // must release local
565 kextRelPath = copyPathForKext(theKext, kPathsRelative);
567 if (!kextAbsPath || !kextRelPath || !absPath) {
579 CFSTR("%@%@"), kextRelPath, pathInKext);
585 SAFE_RELEASE(kextRelPath);

Completed in 84 milliseconds