Home
last modified time | relevance | path

Searched refs:executablePath (Results 226 – 250 of 688) sorted by relevance

12345678910>>...28

/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Dlauncher.spec.ts72 expect(await readFileAsync(revisionInfo.executablePath, 'utf8')).toBe(
77 (await statAsync(revisionInfo.executablePath)).mode & 0o777
117 expect(await readFileAsync(revisionInfo.executablePath, 'utf8')).toBe(
122 (await statAsync(revisionInfo.executablePath)).mode & 0o777
211 executablePath: 'random-invalid-path',
659 const executablePath = puppeteer.executablePath(); constant
660 expect(fs.existsSync(executablePath)).toBe(true);
661 expect(fs.realpathSync(executablePath)).toBe(executablePath);
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Dlauncher.spec.ts72 expect(await readFileAsync(revisionInfo.executablePath, 'utf8')).toBe(
77 (await statAsync(revisionInfo.executablePath)).mode & 0o777
117 expect(await readFileAsync(revisionInfo.executablePath, 'utf8')).toBe(
122 (await statAsync(revisionInfo.executablePath)).mode & 0o777
211 executablePath: 'random-invalid-path',
659 const executablePath = puppeteer.executablePath(); constant
660 expect(fs.existsSync(executablePath)).toBe(true);
661 expect(fs.realpathSync(executablePath)).toBe(executablePath);
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dcommandlauncherjobtest.cpp159 const QString executablePath = QStandardPaths::findExecutable(executableName); in startProcessWithSpacesInExecutablePath() local
160 QVERIFY(!executablePath.isEmpty()); in startProcessWithSpacesInExecutablePath()
161 QFileInfo fi(executablePath); in startProcessWithSpacesInExecutablePath()
166 QVERIFY(QFile::copy(executablePath, executable)); in startProcessWithSpacesInExecutablePath()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/platform/crashhandler/
H A DCrashHandlerImpl.cpp129 …strncpy(m_pCrashInfo->executablePath, getExecutablePath().c_str(), sizeof(m_pCrashInfo->executable… in fillBasicCrashInfo()
130 …m_pCrashInfo->executablePath[sizeof(m_pCrashInfo->executablePath)-1] = 0; // Make sure our string … in fillBasicCrashInfo()
/dports/devel/mutagen/mutagen-0.11.8/pkg/daemon/
H A Dregister_windows.go36 executablePath, err := os.Executable()
42 command := fmt.Sprintf("\"%s\" daemon start", executablePath)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dos_darwin.go556 var executablePath string var
564 executablePath = gostringnocopy(argv_index(argv, n+1))
568 if len(executablePath) > len(prefix) && executablePath[:len(prefix)] == prefix {
569 executablePath = executablePath[len(prefix):]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importsave/src/
H A Dimportsave.cpp36 return App::executablePath().fileNamePath() / "savegametool.exe"; in findSavegameTool()
38 return App::executablePath().fileNamePath() / "savegametool"; in findSavegameTool()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/src/libcrashreporter-handler/
H A DHandler.cpp192 const char* executablePath = static_cast<Handler*>(context)->executablePath(); in LaunchUploader() local
193 if ( strlen( executablePath ) == 0 ) in LaunchUploader()
220 executablePath, in LaunchUploader()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/suggest/
H A Dnimsuggest.h44 QString executablePath() const;
58 void executablePathChanged(const QString &executablePath);
/dports/biology/clustalw/clustalw-2.1/src/general/
H A DClustalWResources.h41 std::string getExecutablePath() { return executablePath; } in getExecutablePath()
62 std::string executablePath; variable
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewerplugins/externalscriptplugin/
H A Dviewerpluginexternalscriptinterface.cpp78 const QString executablePath = QStandardPaths::findExecutable(executable); in execute() local
79 if (executablePath.isEmpty()) { in execute()
85 if (!proc.startDetached(executablePath, splitArguments)) { in execute()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/int/
H A Dint-utils.ts23 executablePath?: string, property
64 result.executablePath = executable;
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/platform/
H A DEnvironment.cpp235 static const char * executablePath = NULL; variable
238 executablePath = argv0; in defineSystemDirectories()
332 if(executablePath != NULL) { in getExecutablePath()
333 std::string path(executablePath); in getExecutablePath()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsPluginsDirDarwin.cpp290 char executablePath[PATH_MAX]; in LoadPlugin() local
291 executablePath[0] = '\0'; in LoadPlugin()
305 executableURL, true, (UInt8*)&executablePath, PATH_MAX)) in LoadPlugin()
306 executablePath[0] = '\0'; in LoadPlugin()
318 const char* executablePath = bundlePath.get(); in LoadPlugin() local
321 *outLibrary = PR_LoadLibrary(executablePath); in LoadPlugin()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsPluginsDirDarwin.cpp296 char executablePath[PATH_MAX]; in LoadPlugin() local
297 executablePath[0] = '\0'; in LoadPlugin()
311 executableURL, true, (UInt8*)&executablePath, PATH_MAX)) in LoadPlugin()
312 executablePath[0] = '\0'; in LoadPlugin()
324 const char* executablePath = bundlePath.get(); in LoadPlugin() local
327 *outLibrary = PR_LoadLibrary(executablePath); in LoadPlugin()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/internal/jose/
H A Djose.go17 var executablePath string var
27 executablePath = path
41 return executablePath
48 return executablePath != ""
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/
H A Dcmd.go127 Execute(executablePath string, cmdArgs, environment []string) error
157 func (h *DefaultPluginHandler) Execute(executablePath string, cmdArgs, environment []string) error {
161 cmd := exec.Command(executablePath, cmdArgs...)
175 return syscall.Exec(executablePath, append([]string{executablePath}, cmdArgs...), environment)
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/node/
H A DPuppeteer.ts168 executablePath(): string {
169 return this._launcher.executablePath();
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/node/
H A DPuppeteer.ts168 executablePath(channel?: string): string {
169 return this._launcher.executablePath(channel);
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/node/
H A DPuppeteer.ts168 executablePath(): string {
169 return this._launcher.executablePath();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DRNBServices.cpp178 CFReleaser<CFStringRef> executablePath( in ListApplications() local
180 if (executablePath.get() != NULL) { in ListApplications()
182 executablePath.get()); in ListApplications()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBServices.cpp178 CFReleaser<CFStringRef> executablePath( in ListApplications() local
180 if (executablePath.get() != NULL) { in ListApplications()
182 executablePath.get()); in ListApplications()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DRNBServices.cpp178 CFReleaser<CFStringRef> executablePath( in ListApplications() local
180 if (executablePath.get() != NULL) { in ListApplications()
182 executablePath.get()); in ListApplications()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DRNBServices.cpp178 CFReleaser<CFStringRef> executablePath( in ListApplications() local
180 if (executablePath.get() != NULL) { in ListApplications()
182 executablePath.get()); in ListApplications()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DRNBServices.cpp178 CFReleaser<CFStringRef> executablePath( in ListApplications() local
180 if (executablePath.get() != NULL) { in ListApplications()
182 executablePath.get()); in ListApplications()

12345678910>>...28