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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c2169 CFIndex slashLocation = -1; local
2170 realResourceName = _CFCreateLastPathComponent(kCFAllocatorSystemDefault, resourceName, &slashLocation);
2171 if (slashLocation > 0) {
2173 subPathFromResourceName = CFStringCreateWithSubstring(kCFAllocatorSystemDefault, resourceName, CFRangeMake(0, slashLocation));

Completed in 121 milliseconds