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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h244 #define _CFBundleSupportFilesURLFromBase2 CFSTR("Contents/") macro
H A DCFBundle_InfoPlist.c456 directoryURL = CFURLCreateWithString(kCFAllocatorSystemDefault, _CFBundleSupportFilesURLFromBase2, url);
H A DCFBundle_Resources.c1242 else if (_CFBundleURLHasSubDir(url, _CFBundleSupportFilesURLFromBase2)) localVersion = 2;
1245 if (_CFBundleURLHasSubDir(url, _CFBundleSupportFilesURLFromBase2)) localVersion = 2;
H A DCFBundle.c1547 result = CFURLCreateWithString(kCFAllocatorSystemDefault, _CFBundleSupportFilesURLFromBase2, bundleURL);

Completed in 190 milliseconds