Home
last modified time | relevance | path

Searched refs:bundlePath (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diostoolhandler.h61 void requestTransferApp(const QString &bundlePath, const QString &deviceId, int timeout = 1000);
62 void requestRunApp(const QString &bundlePath, const QStringList &extraArgs, RunKind runType,
69 void isTransferringApp(Ios::IosToolHandler *handler, const QString &bundlePath,
72 void didTransferApp(Ios::IosToolHandler *handler, const QString &bundlePath,
74 void didStartApp(Ios::IosToolHandler *handler, const QString &bundlePath,
76 void gotServerPorts(Ios::IosToolHandler *handler, const QString &bundlePath,
78 void gotInferiorPid(Ios::IosToolHandler *handler, const QString &bundlePath,
H A Dsimulatorcontrol.cpp189 const Utils::FilePath &bundlePath);
296 return Internal::bundleIdentifier(bundlePath); in bundleIdentifier()
301 return Internal::bundleExecutable(bundlePath); in bundleExecutable()
375 QString bundleIdentifier(const Utils::FilePath &bundlePath) in bundleIdentifier() argument
379 if (bundlePath.exists()) { in bundleIdentifier()
390 Q_UNUSED(bundlePath) in bundleIdentifier()
395 QString bundleExecutable(const Utils::FilePath &bundlePath) in bundleExecutable() argument
399 if (bundlePath.exists()) { in bundleExecutable()
409 Q_UNUSED(bundlePath) in bundleExecutable()
473 const Utils::FilePath &bundlePath) in installApp() argument
[all …]
H A Diostoolhandler.cpp204 void didTransferApp(const QString &bundlePath, const QString &deviceId,
206 void didStartApp(const QString &bundlePath, const QString &deviceId,
352 emit q->didTransferApp(q, bundlePath, deviceId, status); in didTransferApp()
358 emit q->didStartApp(q, bundlePath, deviceId, status); in didStartApp()
364 emit q->gotServerPorts(q, bundlePath, deviceId, gdbPort, qmlPort); in gotServerPorts()
370 emit q->gotInferiorPid(q, bundlePath, deviceId, pid); in gotInferiorPid()
702 m_bundlePath = bundlePath; in requestTransferApp()
711 void IosDeviceToolHandlerPrivate::requestRunApp(const QString &bundlePath, in requestRunApp() argument
716 m_bundlePath = bundlePath; in requestRunApp()
1042 d->requestTransferApp(bundlePath, deviceId, timeout); in requestTransferApp()
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSConnection/
H A Dconnection.m13 NSString *bundlePath = [[NSFileManager defaultManager] currentDirectoryPath];
14 bundlePath = [bundlePath stringByAppendingPathComponent: @"Resources"];
15 bundlePath = [NSBundle pathForResource: @"TestConnection"
17 inDirectory: bundlePath];
18 bundle = [NSBundle bundleWithPath: bundlePath];
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/ports/
H A DSkOSFile_stdio.cpp48 SkString bundlePath; in sk_fopen() local
49 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
50 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
117 SkString bundlePath; in sk_isdir() local
118 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
119 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/devel/pcsc-lite/pcsc-lite-1.9.4/src/
H A Ddyn_macosx.c56 CFStringRef bundlePath; in DYN_LoadLibrary() local
66 bundlePath = CFStringCreateWithCString(NULL, pcLibrary, in DYN_LoadLibrary()
68 if (bundlePath == NULL) in DYN_LoadLibrary()
71 bundleURL = CFURLCreateWithFileSystemPath(NULL, bundlePath, in DYN_LoadLibrary()
73 CFRelease(bundlePath); in DYN_LoadLibrary()
/dports/games/lwjgl/lwjgl-2df01dd/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/
H A DBuildPathSupport.java135 String bundlePath = getURL(bundleSrc); in getSourceLocation() local
136 if (bundlePath == null) { in getSourceLocation()
140 File bundleLoc = new File(bundlePath); in getSourceLocation()
174 String bundlePath = getURL(bundleDoc); in getJavadocLocation() local
175 if (bundlePath == null) { in getJavadocLocation()
179 File bundleLoc = new File(bundlePath); in getJavadocLocation()
206 String bundlePath = getURL(bundle); in getNativeLocation()
207 if (bundlePath == null) { in getNativeLocation()
211 File bundleLoc = new File(bundlePath); in getNativeLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/
H A DDefaultRegistryHttpContext.java96 private String bundlePath; field in DefaultRegistryHttpContext.ResourceMapping
107 this.bundlePath = path; in ResourceMapping()
111 if (bundlePath != null) in getResource()
112 resourceName = bundlePath + resourceName; in getResource()
154 if (bundlePath != null) in getResourcePaths()
155 path = bundlePath + path; in getResourcePaths()
166 if (bundlePath == null) in getResourcePaths()
169 result.add(entryPath.substring(bundlePath.length())); in getResourcePaths()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/ports/
H A DSkOSFile_stdio.cpp88 SkString bundlePath; in sk_fopen() local
89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
90 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
157 SkString bundlePath; in sk_isdir() local
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
159 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/admin/osx/
H A Dgen_sym_files.py15 bundlePath = sys.argv[2] variable
16 dsymsPath = os.path.realpath(os.path.join(bundlePath, '..', os.path.basename(bundlePath)+'_symbols'…
18 macOsDir = os.path.join(bundlePath, 'Contents', 'MacOS')
19 pluginsDir = os.path.join(bundlePath, 'Contents', 'PlugIns')
90 print('=== Generating symbols for [%s] in [%s]' % (bundlePath, outPath))
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/ports/
H A DSkOSFile_stdio.cpp88 SkString bundlePath; in sk_fopen() local
89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
90 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
157 SkString bundlePath; in sk_isdir() local
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
159 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp91 SkString bundlePath; in sk_fopen() local
92 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
93 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
160 SkString bundlePath; in sk_isdir() local
161 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
162 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/ports/
H A DSkOSFile_stdio.cpp88 SkString bundlePath; in sk_fopen() local
89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
90 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
157 SkString bundlePath; in sk_isdir() local
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
159 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/ports/
H A DSkOSFile_stdio.cpp88 SkString bundlePath; in sk_fopen() local
89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
90 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
157 SkString bundlePath; in sk_isdir() local
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
159 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp91 SkString bundlePath; in sk_fopen() local
92 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
93 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
160 SkString bundlePath; in sk_isdir() local
161 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
162 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/resources/patch/
H A DDPF-bypass.patch79 …(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char* const bundlePath)
80 …tr, const uintptr_t winId, const double scaleFactor, const char* const bundlePath, bool hasInverte…
85 g_nextBundlePath = bundlePath;
125 - const char* const bundlePath = nullptr)
126 + const char* const bundlePath = nullptr,
129 - : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)),
130 + : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath, hasInvertedBypass)),
146 …terCallback, setStateCallback, sendNoteCallback, setSizeCallback, scaleFactor, dspPtr, bundlePath),
147 …lback, setStateCallback, sendNoteCallback, setSizeCallback, scaleFactor, dspPtr, bundlePath, true),
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backup/
H A Dbackup_test.go72 bundlePath := filepath.Join(path, tc.repo.RelativePath+".bundle")
90 require.FileExists(t, bundlePath)
92 dirInfo, err := os.Stat(filepath.Dir(bundlePath))
96 bundleInfo, err := os.Stat(bundlePath)
100 output := gittest.Exec(t, cfg, "-C", repoPath, "bundle", "verify", bundlePath)
103 require.NoFileExists(t, bundlePath)
175 bundlePath := filepath.Join(path, tc.repo.RelativePath+".bundle")
193 output := gittest.Exec(t, cfg, "-C", repoPath, "bundle", "verify", bundlePath)
/dports/devel/php-ice37/ice-3.7.2/cpp/test/ios/controller/Classes/
H A DControllerView.m20 NSString* bundlePath = [[NSBundle mainBundle] privateFrameworksPath];
26 bundlePath = [bundlePath stringByAppendingPathComponent:[NSString stringWithUTF8String:bundle]];
28 NSURL* bundleURL = [NSURL fileURLWithPath:bundlePath];
32 [self println:[NSString stringWithFormat:@"Could not find bundle %@", bundlePath]];
48 bundlePath];
57 bundlePath];
/dports/devel/ice37/ice-3.7.2/cpp/test/ios/controller/Classes/
H A DControllerView.m20 NSString* bundlePath = [[NSBundle mainBundle] privateFrameworksPath];
26 bundlePath = [bundlePath stringByAppendingPathComponent:[NSString stringWithUTF8String:bundle]];
28 NSURL* bundleURL = [NSURL fileURLWithPath:bundlePath];
32 [self println:[NSString stringWithFormat:@"Could not find bundle %@", bundlePath]];
48 bundlePath];
57 bundlePath];
/dports/devel/py-ice37/ice-3.7.2/cpp/test/ios/controller/Classes/
H A DControllerView.m20 NSString* bundlePath = [[NSBundle mainBundle] privateFrameworksPath];
26 bundlePath = [bundlePath stringByAppendingPathComponent:[NSString stringWithUTF8String:bundle]];
28 NSURL* bundleURL = [NSURL fileURLWithPath:bundlePath];
32 [self println:[NSString stringWithFormat:@"Could not find bundle %@", bundlePath]];
48 bundlePath];
57 bundlePath];
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSBundle/
H A Dcreate.m22 TEST_STRING([bundle bundlePath],"a bundle has a path");
24 PASS([path isEqual:[bundle bundlePath]] &&
25 [[bundle bundlePath] isEqual: path],
26 "bundlePath returns the correct path");
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dkkernel_mac.cpp195 CFStringRef bundlePath = NULL; in mac_app_filename() local
200 bundlePath = CFURLCopyFileSystemPath(bundleURL, kCFURLPOSIXPathStyle); in mac_app_filename()
206 if (bundlePath) { in mac_app_filename()
207 appFileName = convert_CFString_to_QString(bundlePath); in mac_app_filename()
208 CFRelease(bundlePath); in mac_app_filename()
/dports/devel/mutagen/mutagen-0.11.8/pkg/agent/
H A Dbundle.go85 bundlePath := filepath.Join(path, BundleName)
86 if file, err := os.Open(bundlePath); err != nil {
90 return "", fmt.Errorf("unable to open agent bundle (%s): %w", bundlePath, err)
93 return "", fmt.Errorf("unable to access agent bundle (%s) file metadata: %w", bundlePath, err)
96 return "", fmt.Errorf("agent bundle (%s) is not a file", bundlePath)
/dports/x11/xscreensaver/xscreensaver-5.44/OSX/Sparkle.framework/Versions/A/Headers/
H A DSUCodeSigningVerifier.h17 + (BOOL)codeSignatureIsValidAtBundleURL:(NSURL *)bundlePath error:(NSError **)error;
18 + (BOOL)bundleAtURLIsCodeSigned:(NSURL *)bundlePath;
19 + (NSDictionary *)codeSignatureInfoAtBundleURL:(NSURL *)bundlePath;
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/OSX/Sparkle.framework/Versions/A/Headers/
H A DSUCodeSigningVerifier.h17 + (BOOL)codeSignatureIsValidAtBundleURL:(NSURL *)bundlePath error:(NSError **)error;
18 + (BOOL)bundleAtURLIsCodeSigned:(NSURL *)bundlePath;
19 + (NSDictionary *)codeSignatureInfoAtBundleURL:(NSURL *)bundlePath;

12345678910>>...29