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

/macosx-10.9.5/CF-855.17/
H A DCFBundlePriv.h124 CFURLRef _CFBundleCopyBundleURLForExecutableURL(CFURLRef url);
H A DCFBundle.c567 // this is necessary so that we match any sanitization CFURL may perform on the result of _CFBundleCopyBundleURLForExecutableURL()
612 CFURLRef _CFBundleCopyBundleURLForExecutableURL(CFURLRef url) { function
682 CFURLRef bundleURL = _CFBundleCopyBundleURLForExecutableURL(url), resolvedURL = _CFBundleCopyResolvedURLForExecutableURL(url);
740 CFURLRef bundleURL = _CFBundleCopyBundleURLForExecutableURL(url), resolvedURL = _CFBundleCopyResolvedURLForExecutableURL(url);
885 if (executableURL) bundleURL = _CFBundleCopyBundleURLForExecutableURL(executableURL);

Completed in 273 milliseconds