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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3508 CFIndex curStart = _CFStartOfLastPathComponent(pathBuff, length); local
3509 if (curStart >= length) break;
3510 CFStringSetExternalCharactersNoCopy(cheapStr, &(pathBuff[curStart]), length - curStart, CFMaxPathSize - curStart);

Completed in 88 milliseconds