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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h281 #define _CFBundlePlatformInfoPlistName CFSTR("Info-macos.plist") macro
283 #define _CFBundlePlatformInfoPlistName CFSTR("Info-iphoneos.plist") macro
286 #define _CFBundlePlatformInfoPlistName _CFBundleInfoPlistName macro
H A DCFBundle_InfoPlist.c482 CFIndex platformInfoPlistLength = CFStringGetLength(_CFBundlePlatformInfoPlistName);
488 if (_CFBundlePlatformInfoPlistName != _CFBundleInfoPlistName) {
489 if (!platformInfoPlistURL && CFStringGetLength(fileName) == platformInfoPlistLength && CFStringCompareWithOptions(fileName, _CFBundlePlatformInfoPlistName, CFRangeMake(0, platformInfoPlistLength), kCFCompareCaseInsensitive | kCFCompareAnchored) == kCFCompareEqualTo) {
501 if (_CFBundlePlatformInfoPlistName != _CFBundleInfoPlistName) {

Completed in 78 milliseconds