Searched refs:CFBundleCopySupportFilesDirectoryURL (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.cpp141 CFRef<CFURLRef>(CFBundleCopySupportFilesDirectoryURL(mBundle))));
227 string support = cfStringRelease(CFBundleCopySupportFilesDirectoryURL(mBundle));
341 return cfStringRelease(CFBundleCopySupportFilesDirectoryURL(mBundle));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.cpp141 CFRef<CFURLRef>(CFBundleCopySupportFilesDirectoryURL(mBundle))));
227 string support = cfStringRelease(CFBundleCopySupportFilesDirectoryURL(mBundle));
341 return cfStringRelease(CFBundleCopySupportFilesDirectoryURL(mBundle));
/macosx-10.9.5/CF-855.17/
H A DCFBundle.h133 CFURLRef CFBundleCopySupportFilesDirectoryURL(CFBundleRef bundle);
H A DCFBundle.c717 } else if (resourceSpecificationFile && CFGetTypeID(resourceSpecificationFile) == CFStringGetTypeID() && (supportFilesURL = CFBundleCopySupportFilesDirectoryURL(bundle))) {
1555 CF_EXPORT CFURLRef CFBundleCopySupportFilesDirectoryURL(CFBundleRef bundle) { function
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py61 v = CFBundleCopySupportFilesDirectoryURL(bundle)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py75 v = CFBundleCopySupportFilesDirectoryURL(bundle)

Completed in 128 milliseconds