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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextcache_main.c1669 CFURLRef folderURL = NULL; // do not release local
1731 folderURL = CFArrayGetValueAtIndex(systemExtensionsURLs, i);
1733 if (!CFURLGetFileSystemRepresentation(folderURL, /* resolveToBase */ true,
1739 if (EX_OK != updateDirectoryCaches(toolArgs, folderURL)) {
1766 CFURLRef folderURL)
1771 kexts = OSKextCreateKextsFromURL(kCFAllocatorDefault, folderURL);
1778 kexts, folderURL, /* force? */ true)) {
1764 updateDirectoryCaches( KextcacheArgs * toolArgs, CFURLRef folderURL) argument
H A Dkextcache_main.h317 CFURLRef folderURL);
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c2920 CFURLRef folderURL = (CFURLRef)folderURLsOrURL; local
2922 folderAbsPath = _CFURLCopyAbsolutePath(folderURL);
2931 if (!__OSKextURLIsSystemFolder(folderURL)) {
3112 CFURLRef folderURL = NULL; // must release local
3114 folderURL = CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault,
3116 if (!folderURL) {
3121 result = __OSKextCheckURL(folderURL, /* writeCreate? */ true);
3123 SAFE_RELEASE(folderURL);
3129 Boolean __OSKextURLIsSystemFolder(CFURLRef folderURL) argument
3134 folderAbsURL = CFURLCopyAbsoluteURL(folderURL);
[all...]

Completed in 116 milliseconds