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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h231 #define _CFBundleResourcesDirectoryName CFSTR("Resources") macro
H A DCFBundle_InfoPlist.c463 if (!(CFStringHasSuffix(path, _CFBundleSupportFilesDirectoryName1) || CFStringHasSuffix(path, _CFBundleSupportFilesDirectoryName2) || CFStringHasSuffix(path, _CFBundleResourcesDirectoryName))) {
H A DCFBundle_Resources.c116 return _CFBundleResourcesDirectoryName;
133 CFStringAppend(path, _CFBundleResourcesDirectoryName);
1189 #define _CFBundleResourcesDirectoryName CFSTR("Resources")
1194 CFIndex resourcesDirectoryLength = CFStringGetLength(_CFBundleResourcesDirectoryName);
1207 if (fileNameLen == resourcesDirectoryLength && CFStringCompareWithOptions(fileName, _CFBundleResourcesDirectoryName, CFRangeMake(0, resourcesDirectoryLength), kCFCompareCaseInsensitive) == kCFCompareEqualTo) {
H A DCFBundle.c3511 if (!permissive && CFEqual(cheapStr, _CFBundleResourcesDirectoryName)) break;

Completed in 210 milliseconds