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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c2617 UniChar *newPathBuf = (UniChar *)CFAllocatorAllocate(alloc, sizeof(UniChar) * (relPathRg.length + basePathRg.length + 1), 0); local
2619 CFStringGetCharacters(baseString, basePathRg, newPathBuf);
2620 idx = newPathBuf + basePathRg.length - 1;
2621 while (idx != newPathBuf && *idx != '/') idx --;
2626 newPath = _resolvedPath(newPathBuf, end, '/', false, false, alloc);

Completed in 131 milliseconds