Home
last modified time | relevance | path

Searched refs:mainBundle (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/macosx/
H A Dmac_resources.c8 CFBundleRef mainBundle; in OSX_GetResourcesPath() local
9 mainBundle = CFBundleGetMainBundle(); in OSX_GetResourcesPath()
10 if (mainBundle) in OSX_GetResourcesPath()
14 CFURLRef appUrlRef = CFBundleCopyBundleURL(mainBundle); in OSX_GetResourcesPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/
H A Dscoped_bundle_swizzler_mac.mm17 // A donor class that provides a +[NSBundle mainBundle] method that can be
21 + (NSBundle*)mainBundle; class
28 + (NSBundle*)mainBundle { class
55 NSBundle* original_main_bundle = [NSBundle mainBundle];
60 [NSBundle class], [TestBundle class], @selector(mainBundle)));
/dports/net/freerdp/freerdp-2.5.0/client/iOS/Controllers/
H A DEditorBaseController.m43 [[NSBundle mainBundle] loadNibNamed:@"EditTextTableViewCell" owner:self options:nil];
49 [[NSBundle mainBundle] loadNibNamed:@"EditSecretTextTableViewCell" owner:self options:nil];
55 [[NSBundle mainBundle] loadNibNamed:@"EditFlagTableViewCell" owner:self options:nil];
61 [[NSBundle mainBundle] loadNibNamed:@"EditSelectionTableViewCell" owner:self options:nil];
67 [[NSBundle mainBundle] loadNibNamed:@"EditSubEditTableViewCell" owner:self options:nil];
73 [[NSBundle mainBundle] loadNibNamed:@"EditButtonTableViewCell" owner:self options:nil];
/dports/devel/allegro5/allegro5-5.2.7.0/src/iphone/
H A Diphone_path.m10 NSBundle *mainBundle;
22 mainBundle = [NSBundle mainBundle];
23 string = [mainBundle resourcePath];
/dports/games/violetland/violetland-0.5/src/system/utility/
H A DmacBundlePath.cpp7 CFBundleRef mainBundle = CFBundleGetMainBundle(); in getMacBundlePath() local
8 assert(mainBundle); in getMacBundlePath()
10 CFURLRef mainBundleURL = CFBundleCopyBundleURL(mainBundle); in getMacBundlePath()
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/OSX/eID Viewer/BeidView/
H A Dtrustdirname.m6 NSBundle *mainBundle = [NSBundle mainBundle];
7 NSString *str = [mainBundle pathForResource:@"certs" ofType:nil];
/dports/dns/py-namebench/namebench-1.3.1/cocoa/
H A Dmain.m16 NSBundle *mainBundle = [NSBundle mainBundle];
17 NSString *resourcePath = [mainBundle resourcePath];
26 mainFilePath = [mainBundle pathForResource: @"main" ofType: possibleMainExtension];
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DRuntimeApplicationChecks.cpp41 CFBundleRef mainBundle = CFBundleGetMainBundle(); in mainBundleIsEqualTo() local
42 if (!mainBundle) in mainBundleIsEqualTo()
45 CFStringRef bundleIdentifier = CFBundleGetIdentifier(mainBundle); in mainBundleIsEqualTo()
/dports/games/easyrpg-player/Player-0.7.0/src/platform/macos/
H A Dutils.mm30 NSBundle *main = [NSBundle mainBundle];
39 NSBundle *mainBundle = [NSBundle mainBundle];
40 NSURL *bundleURL = [mainBundle bundleURL];
/dports/misc/perkeep/perkeep-0.11/clients/osx/Perkeep/
H A DLoginItemManager.m43 CFURLRef thePath = (CFURLRef)CFBridgingRetain([[NSBundle mainBundle] bundlePath]);
51 … if ([[(NSURL *)CFBridgingRelease(thePath) path] hasPrefix:[[NSBundle mainBundle] bundlePath]])
62 CFURLRef thePath = (CFURLRef)CFBridgingRetain([[NSBundle mainBundle] bundlePath]);
70 … if ([[(NSURL *)CFBridgingRelease(thePath) path] hasPrefix:[[NSBundle mainBundle] bundlePath]]) {
83 …CFURLRef url = (CFURLRef)CFBridgingRetain([NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath…
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dsdlport.c59 CFBundleRef mainBundle; in main() local
61 mainBundle = CFBundleGetMainBundle(); in main()
62 resourcesDirectoryURL = CFBundleCopyResourcesDirectoryURL(mainBundle); in main()
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dsdlport.c59 CFBundleRef mainBundle; in main() local
61 mainBundle = CFBundleGetMainBundle(); in main()
62 resourcesDirectoryURL = CFBundleCopyResourcesDirectoryURL(mainBundle); in main()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Ddir.c73 CFBundleRef mainBundle = CFBundleGetMainBundle(); in ch_datadir() local
75 CFURLRef bundledir = CFBundleCopyResourcesDirectoryURL(mainBundle); in ch_datadir()
76 CFURLRef resdir = CFBundleCopyBundleURL(mainBundle); in ch_datadir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/testsupport/
H A Dios_file_utils.mm32 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
40 NSBundle* mainBundle = [NSBundle mainBundle];
41 return [NSString stdStringForString:mainBundle.bundlePath] + "/";
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/testsupport/
H A Dios_file_utils.mm32 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
40 NSBundle* mainBundle = [NSBundle mainBundle];
41 return [NSString stdStringForString:mainBundle.bundlePath] + "/";
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dsdlport.c66 CFBundleRef mainBundle; in main() local
68 mainBundle = CFBundleGetMainBundle(); in main()
69 resourcesDirectoryURL = CFBundleCopyResourcesDirectoryURL(mainBundle); in main()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Dstdpaths.mm56 return wxCFStringRef::AsString((CFStringRef)[NSBundle mainBundle].executablePath);
71 return wxCFStringRef::AsString((CFStringRef)[NSBundle mainBundle].sharedSupportPath);
86 return wxCFStringRef::AsString((CFStringRef)[NSBundle mainBundle].builtInPlugInsPath);
91 return wxCFStringRef::AsString((CFStringRef)[NSBundle mainBundle].resourcePath);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/testsupport/
H A Diosfileutils.mm35 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
43 NSBundle* mainBundle = [NSBundle mainBundle];
44 return StdStringFromNSString(mainBundle.bundlePath) + "/";
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/testsupport/
H A Diosfileutils.mm35 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
43 NSBundle* mainBundle = [NSBundle mainBundle];
44 return StdStringFromNSString(mainBundle.bundlePath) + "/";
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/testsupport/
H A Diosfileutils.mm35 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
43 NSBundle* mainBundle = [NSBundle mainBundle];
44 return StdStringFromNSString(mainBundle.bundlePath) + "/";
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dosxbits.mm126 CFBundleRef mainBundle;
132 mainBundle = CFBundleGetMainBundle();
133 if (!mainBundle) {
137 resUrl = CFBundleCopyResourcesDirectoryURL(mainBundle);
138 CFRelease(mainBundle);
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dsdlport.c78 CFBundleRef mainBundle; in main() local
80 mainBundle = CFBundleGetMainBundle(); in main()
81 resourcesDirectoryURL = CFBundleCopyResourcesDirectoryURL(mainBundle); in main()
/dports/graphics/glfw2/glfw-2.7.9/lib/carbon/
H A Dcarbon_init.c91 CFBundleRef mainBundle = CFBundleGetMainBundle(); in _glfwChangeToResourcesDirectory() local
92 if( mainBundle == NULL ) in _glfwChangeToResourcesDirectory()
97 CFURLRef resourcesURL = CFBundleCopyResourcesDirectoryURL( mainBundle ); in _glfwChangeToResourcesDirectory()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/testsupport/
H A Diosfileutils.mm39 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
47 NSBundle* mainBundle = [NSBundle mainBundle];
48 return StdStringFromNSString(mainBundle.bundlePath) + "/";
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DFileUtils.cpp944 std::string GetApplicationBundlePath(CFBundleRef mainBundle) in GetApplicationBundlePath() argument
947 CFURLRef urlRef = CFBundleCopyBundleURL(mainBundle); in GetApplicationBundlePath()
957 std::string GetApplicationParentPath(CFBundleRef mainBundle) in GetApplicationParentPath() argument
959 return GetShortenedPath(GetApplicationBundlePath(mainBundle), 1); in GetApplicationParentPath()
962 std::string GetApplicationPluginsPath(CFBundleRef mainBundle) in GetApplicationPluginsPath() argument
965 CFURLRef urlRef = CFBundleCopyBuiltInPlugInsURL(mainBundle); in GetApplicationPluginsPath()
975 std::string GetApplicationResourcesPath(CFBundleRef mainBundle) in GetApplicationResourcesPath() argument
978 CFURLRef urlRef = CFBundleCopyResourcesDirectoryURL(mainBundle); in GetApplicationResourcesPath()
1054 myBundlePlugInPath = [[NSBundle mainBundle] builtInPlugInsPath]; in appendPlatformSpecificLibraryFilePaths()
1208 CFBundleRef mainBundle = CFBundleGetMainBundle(); in appendPlatformSpecificResourceFilePaths() local
[all …]

12345678910>>...45