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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c632 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
633 if (executableURL) {
634 if (bundle->_binaryType == __CFBundleUnknownBinary) bundle->_binaryType = _CFBundleGrokBinaryType(executableURL);
640 CFRelease(executableURL);
645 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle);
646 if (executableURL) {
647 CFRelease(executableURL);
686 CFURLRef executableURL = _CFBundleCopyExecutableURLIgnoringCache(bundle); local
688 if (!executableURL || !CFURLGetFileSystemRepresentation(resolvedURL, true, (uint8_t *)buff1, CFMaxPathSize) || !CFURLGetFileSystemRepresentation(executableURL, tru
707 CFURLRef executableURL, supportFilesURL, resourceSpecificationFileURL; local
744 CFURLRef executableURL = _CFBundleCopyExecutableURLIgnoringCache(bundle); local
762 CFURLRef executableURL = NULL; local
878 CFURLRef executableURL = NULL, bundleURL = NULL; local
1599 CFURLRef executableURL = NULL; local
1715 CFURLRef executableURL = NULL; local
1863 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
2813 _CFBundleGrokBinaryType(CFURLRef executableURL) argument
2863 CFURLRef bundleURL = CFBundleCopyBundleURL(bundle), absoluteURL = CFURLCopyAbsoluteURL(bundleURL), executableURL = CFBundleCopyExecutableURL(bundle); local
2950 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
3078 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
3150 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
3162 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4048 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4081 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4171 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4278 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4307 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4361 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4416 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
4524 CFURLRef executableURL = CFBundleCopyExecutableURL(bundle); local
[all...]
H A DCFBundle_Internal.h183 extern __CFPBinaryType _CFBundleGrokBinaryType(CFURLRef executableURL);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_main.c666 CFURLRef executableURL = NULL; // must release local
674 executableURL = _CFBundleCopyExecutableURLInDirectory(kextURL);
675 if (!executableURL) {
678 if (!CFURLGetFileSystemRepresentation(executableURL,
688 SAFE_RELEASE(executableURL);
H A Dkextfind_commands.c683 CFURLRef executableURL = NULL; // must release local
698 executableURL = _CFBundleCopyExecutableURLInDirectory(kextAbsURL);
699 if (!executableURL) {
705 result = copyAdjustedPathForURL(theKext, executableURL, pathSpec);
708 SAFE_RELEASE(executableURL);
H A Dkextfind_query.c1707 CFURLRef executableURL = NULL; // must release local
1757 executableURL = CFBundleCopyExecutableURL(kextBundle);
1758 if (executableURL) {
1759 executablePath = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
1830 SAFE_RELEASE(executableURL);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginPackage.mm182 RetainPtr<CFURLRef> executableURL = adoptCF(CFBundleCopyExecutableURL(cfBundle.get()));
183 if (!executableURL)
185 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[(NSURL *)executableURL.get() path]];
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c343 CFURLRef executableURL = CFBundleCopyExecutableURL(processBundle);
344 if (executableURL) {
346 if (CFURLGetFSRef(executableURL, &executableLocation)) {
349 CFRelease(executableURL);
342 CFURLRef executableURL = CFBundleCopyExecutableURL(processBundle); local
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c102 CFURLRef executableURL; member in struct:__OSKextLoadInfo
5746 if (!aKext->loadInfo->executableURL) {
5752 aKext->loadInfo->executableURL =
5759 if (!aKext->loadInfo->executableURL) {
5776 if (!aKext->loadInfo->executableURL) {
5786 aKext->loadInfo->executableURL =
5804 if (aKext->loadInfo->executableURL) {
5806 aKext->loadInfo->executableURL,
5825 aKext->loadInfo->executableURL, /* note */ NULL);
5830 aKext->loadInfo->executableURL, /* not
15359 CFURLRef executableURL = NULL; // must release local
[all...]

Completed in 177 milliseconds