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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c1698 CFIndex startOfBundleName = _CFStartOfLastPathComponent2(bundlePath); local
1701 if (startOfBundleName <= len && endOfBundleName <= len && startOfBundleName < endOfBundleName) {
1702 executableName = CFStringCreateWithSubstring(kCFAllocatorSystemDefault, bundlePath, CFRangeMake(startOfBundleName, endOfBundleName - startOfBundleName));

Completed in 107 milliseconds