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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h278 #define _CFBundleInfoPlistName CFSTR("Info.plist") macro
286 #define _CFBundlePlatformInfoPlistName _CFBundleInfoPlistName
H A DCFBundle_InfoPlist.c481 CFIndex infoPlistLength = CFStringGetLength(_CFBundleInfoPlistName);
488 if (_CFBundlePlatformInfoPlistName != _CFBundleInfoPlistName) {
495 if (!infoPlistURL && CFStringGetLength(fileName) == infoPlistLength && CFStringCompareWithOptions(fileName, _CFBundleInfoPlistName, CFRangeMake(0, infoPlistLength), kCFCompareCaseInsensitive | kCFCompareAnchored) == kCFCompareEqualTo) {
501 if (_CFBundlePlatformInfoPlistName != _CFBundleInfoPlistName) {

Completed in 109 milliseconds