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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c335 static CFStringRef _resolvedPath(UniChar *pathStr, UniChar *end, UniChar pathDelimiter, Boolean stripLeadingDotDots, Boolean stripTrailingDelimiter, CFAllocatorRef alloc);
2464 // This is expensive, but it allows us to reuse _resolvedPath. It should be cleaned up to get this allocation removed at some point. - REW
2469 newPath = _resolvedPath(buf, buf + pathRg.length, '/', true, false, alloc);
2500 static CFStringRef _resolvedPath(UniChar *pathStr, UniChar *end, UniChar pathDelimiter, Boolean stripLeadingDotDots, Boolean stripTrailingDelimiter, CFAllocatorRef alloc) { function
2626 newPath = _resolvedPath(newPathBuf, end, '/', false, false, alloc);
4122 return _resolvedPath(buf, buf + baseLen + relLen, pathDelimiter, false, true, alloc);

Completed in 169 milliseconds