Searched refs:noProductOrPlatform (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c1569 static void _CFBundleSplitFileName(CFStringRef fileName, CFStringRef *noProductOrPlatform, CFStringRef *endType, CFStringRef *startType, CFStringRef expectedProduct, CFStringRef expectedPlatform, _CFBundleFileVersion *version) { argument
1630 *noProductOrPlatform = (CFStringRef)fileNameScratch;
1656 CFStringRef startType = NULL, endType = NULL, noProductOrPlatform = NULL;
1658 _CFBundleSplitFileName(fileName, &noProductOrPlatform, &endType, &startType, product, platform, &fileVersion);
1729 if (noProductOrPlatform) {
1731 prevPath = (CFStringRef) CFDictionaryGetValue(queryTable, noProductOrPlatform);
1733 CFDictionarySetValue(queryTable, noProductOrPlatform, pathToFile);
1748 CFDictionarySetValue(queryTable, noProductOrPlatform, pathToFile);
1751 if (fileVersion == _CFBundleFileVersionWithProductWithPlatform) CFDictionarySetValue(queryTable, noProductOrPlatform, pathToFile);
1754 CFDictionarySetValue(queryTable, noProductOrPlatform, pathToFil
[all...]

Completed in 200 milliseconds