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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4220 CFStringRef relPath = NULL; local
4226 relPath = _retainedComponentString(anURL, HAS_PATH, true, true);
4231 if (relPath == NULL) {
4237 relPath = URLPathToPOSIXPath(urlPath, allocator, enc);
4243 relPath = NULL;
4246 relPath = URLPathToWindowsPath(urlPath, allocator, enc);
4259 if ( relPath && CFURLHasDirectoryPath(anURL) && CFStringGetLength(relPath) > 1 && CFStringGetCharacterAtIndex(relPath, CFStringGetLength(relPath)
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c2118 char relPath[PATH_MAX]; local
2128 /* resolveToBase */ false, relPath)) {
2139 relPath);
2148 relPath);
4225 char relPath[PATH_MAX]; local
4233 /* resolveToBase */ false, relPath) ||

Completed in 135 milliseconds