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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c49 CFStringRef repositoryPath = NULL; // must release local
106 repositoryPath = CFURLCopyFileSystemPath(repositoryURL, kCFURLPOSIXPathStyle);
108 if (!repositoryPath || !kextPath) {
113 /* We add 1 to the length of the repositoryPath to handle the
116 relativeRange = CFRangeMake(1+CFStringGetLength(repositoryPath),
117 CFStringGetLength(kextPath) - (1+CFStringGetLength(repositoryPath)));
132 SAFE_RELEASE(repositoryPath);

Completed in 124 milliseconds