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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c1597 static CFURLRef _CFBundleCopyExecutableURLRaw(CFURLRef urlPath, CFStringRef exeName) { function
1777 executableURL = _CFBundleCopyExecutableURLRaw(exeSubdirURL, executableName);
1782 executableURL = _CFBundleCopyExecutableURLRaw(exeSubdirURL, executableName);
1788 executableURL = _CFBundleCopyExecutableURLRaw(exeSubdirURL, executableName);
1794 executableURL = _CFBundleCopyExecutableURLRaw(exeSubdirURL, executableName);
1796 if (!executableURL) executableURL = _CFBundleCopyExecutableURLRaw(exeDirURL, executableName);
1802 if (!executableURL) executableURL = _CFBundleCopyExecutableURLRaw(url, executableName);
1809 executableURL = _CFBundleCopyExecutableURLRaw(exeDirURL, executableName);

Completed in 133 milliseconds