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

/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DKextManager.c123 CFStringRef dependencyPath = NULL; // must release local
155 SAFE_RELEASE_NULL(dependencyPath);
163 dependencyPath = CFURLCopyFileSystemPath(dependencyAbsURL,
165 if (!dependencyPath) {
170 CFArrayAppendValue(dependencyPaths, dependencyPath);
191 SAFE_RELEASE(dependencyPath);
H A DOSKext.c6543 char dependencyPath[PATH_MAX]; local
6727 /* resolveToBase */ false, dependencyPath);
6733 dependencyPath, libIDCString,
7882 char dependencyPath[PATH_MAX]; local
7936 /* resolveToBase */ false, dependencyPath);
7940 kextPath, dependencyPath);

Completed in 169 milliseconds