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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4061 CFStringRef driveRootPath = CFCreateWindowsDrivePathFromVolumeName(firstComponent); local
4063 if (driveRootPath) {
4065 if (CFStringHasSuffix(driveRootPath, CFSTR("\\"))) {
4066 CFStringRef newDriveRootPath = CFStringCreateWithSubstring(kCFAllocatorSystemDefault, driveRootPath, CFRangeMake(0, CFStringGetLength(driveRootPath) - 1));
4067 CFRelease(driveRootPath);
4068 driveRootPath = newDriveRootPath;
4073 CFArraySetValueAtIndex(components, 0, driveRootPath);
4075 CFRelease(driveRootPath);

Completed in 149 milliseconds