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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4491 CFStringRef lastPathComp = CFURLCopyLastPathComponent(url); local
4494 if (lastPathComp) {
4495 CFRange rg = CFStringFind(lastPathComp, CFSTR("."), kCFCompareBackwards);
4498 rg.length = CFStringGetLength(lastPathComp) - rg.location;
4500 ext = CFStringCreateWithSubstring(CFGetAllocator(url), lastPathComp, rg);
4505 CFRelease(lastPathComp);

Completed in 69 milliseconds