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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c1474 _CFBundleFileVersionWithProductWithPlatform, enumerator in enum:__anon419
1509 version = _CFBundleFileVersionWithProductWithPlatform;
1557 version = _CFBundleFileVersionWithProductWithPlatform;
1607 Boolean foundPlatform = (*version == _CFBundleFileVersionNoProductWithPlatform || *version == _CFBundleFileVersionWithProductWithPlatform);
1608 Boolean foundProduct = (*version == _CFBundleFileVersionWithProductNoPlatform || *version == _CFBundleFileVersionWithProductWithPlatform);
1751 if (fileVersion == _CFBundleFileVersionWithProductWithPlatform) CFDictionarySetValue(queryTable, noProductOrPlatform, pathToFile);

Completed in 175 milliseconds