Home
last modified time | relevance | path

Searched refs:myBundleRef (Results 1 – 8 of 8) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DMarbleDirs.cpp142 CFURLRef myBundleRef = CFBundleCopyBundleURL(CFBundleGetMainBundle()); in systemPath() local
143 CFStringRef myMacPath = CFURLCopyFileSystemPath(myBundleRef, kCFURLPOSIXPathStyle); in systemPath()
145 CFRelease(myBundleRef); in systemPath()
198 CFURLRef myBundleRef = CFBundleCopyBundleURL(CFBundleGetMainBundle()); in pluginSystemPath() local
199 CFStringRef myMacPath = CFURLCopyFileSystemPath(myBundleRef, kCFURLPOSIXPathStyle); in pluginSystemPath()
201 CFRelease(myBundleRef); in pluginSystemPath()
/dports/astro/marble/marble-21.12.3/src/apps/marble-qt/
H A Dqtmain.cpp108 CFURLRef myBundleRef = CFBundleCopyBundleURL(CFBundleGetMainBundle()); in main() local
109 CFStringRef myMacPath = CFURLCopyFileSystemPath(myBundleRef, kCFURLPOSIXPathStyle); in main()
111 CFRelease(myBundleRef); in main()
/dports/graphics/qgis/qgis-3.22.3/tests/bench/
H A Dmain.cpp444 CFURLRef myBundleRef = CFBundleCopyBundleURL( CFBundleGetMainBundle() ); in main() local
445 CFStringRef myMacPath = CFURLCopyFileSystemPath( myBundleRef, kCFURLPOSIXPathStyle ); in main()
447 CFRelease( myBundleRef ); in main()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/bench/
H A Dmain.cpp444 CFURLRef myBundleRef = CFBundleCopyBundleURL( CFBundleGetMainBundle() ); in main() local
445 CFStringRef myMacPath = CFURLCopyFileSystemPath( myBundleRef, kCFURLPOSIXPathStyle ); in main()
447 CFRelease( myBundleRef ); in main()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/mac_installer/
H A DInstaller.cpp531 CFBundleRef myBundleRef; in ShowMessage() local
533 myBundleRef = CFBundleGetMainBundle(); in ShowMessage()
534 if (myBundleRef) { in ShowMessage()
535 myIconURLRef = CFBundleCopyResourceURL(myBundleRef, CFSTR("MacInstaller.icns"), NULL, NULL); in ShowMessage()
H A Duninstall.cpp1484 CFBundleRef myBundleRef; in ShowMessage() local
1489 myBundleRef = CFBundleGetMainBundle(); in ShowMessage()
1490 if (myBundleRef) { in ShowMessage()
1493 … myIconURLRef = CFBundleCopyResourceURL(myBundleRef, CFSTR("PutInTrash.icns"), NULL, NULL); in ShowMessage()
1496 myInfoPlistData = CFBundleGetInfoDictionary(myBundleRef); in ShowMessage()
1499 myIconURLRef = CFBundleCopyResourceURL(myBundleRef, appIconName, NULL, NULL); in ShowMessage()
H A DPostInstall.cpp1182 CFBundleRef myBundleRef; in ShowMessage() local
1184 myBundleRef = CFBundleGetMainBundle(); in ShowMessage()
1185 if (myBundleRef) { in ShowMessage()
1186 myIconURLRef = CFBundleCopyResourceURL(myBundleRef, CFSTR("MacInstaller.icns"), NULL, NULL); in ShowMessage()
/dports/games/zoom/zoom-1.1.5/src/
H A Dcarbondisplay.c183 FSRef myBundleRef; in RegisterMyHelpBook() local
207 if ( ! CFURLGetFSRef(myBundleURL, &myBundleRef)) in RegisterMyHelpBook()
214 err = AHRegisterHelpBook(&myBundleRef); in RegisterMyHelpBook()