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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h243 #define _CFBundleSupportFilesURLFromBase1 CFSTR("Support%20Files/") macro
H A DCFBundle_InfoPlist.c452 directoryURL = CFURLCreateWithString(kCFAllocatorSystemDefault, _CFBundleSupportFilesURLFromBase1, url);
H A DCFBundle_Resources.c1243 else if (_CFBundleURLHasSubDir(url, _CFBundleSupportFilesURLFromBase1)) localVersion = 1;
1247 else if (_CFBundleURLHasSubDir(url, _CFBundleSupportFilesURLFromBase1)) localVersion = 1;
H A DCFBundle.c1545 result = CFURLCreateWithString(kCFAllocatorSystemDefault, _CFBundleSupportFilesURLFromBase1, bundleURL);

Completed in 96 milliseconds