Home
last modified time | relevance | path

Searched refs:launch_cmd (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/tools/
H A Drun_weblayer_shell.py52 launch_cmd = [os.path.join(os.path.dirname(args.shell_apk_path),
55 launch_cmd.extend(args.remaining_args)
56 subprocess.call(launch_cmd)
61 launch_cmd = [os.path.join(os.path.dirname(args.shell_apk_path),
65 launch_cmd.extend(args.remaining_args)
66 subprocess.call(launch_cmd)
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/tools/
H A Drun_weblayer_shell.py59 launch_cmd = [os.path.join(os.path.dirname(args.shell_apk_path),
62 launch_cmd.extend(args.remaining_args)
63 subprocess.call(launch_cmd)
68 launch_cmd = [os.path.join(os.path.dirname(args.shell_apk_path),
72 launch_cmd.extend(args.remaining_args)
73 subprocess.call(launch_cmd)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstaller_state.cc175 const base::string16* const launch_cmd) const { in WriteInstallerResult()
185 string_resource_id, launch_cmd, install_list.get()); in WriteInstallerResult()
H A Dinstaller_state_unittest.cc113 std::wstring launch_cmd = L"hey diddle diddle"; in TEST_F() local
129 IDS_INSTALL_OS_ERROR_BASE, &launch_cmd); in TEST_F()
144 EXPECT_EQ(launch_cmd, value); in TEST_F()
H A Dinstaller_state.h110 const base::string16* launch_cmd) const;
/dports/www/apache24/httpd-2.4.53/server/mpm/winnt/
H A Dservice.c748 char *launch_cmd; in mpm_service_install() local
785 launch_cmd = apr_palloc(ptemp, MAX_PATH + 17); in mpm_service_install()
786 launch_cmd[0] = '"'; in mpm_service_install()
787 rc = GetModuleFileName(NULL, launch_cmd + 1, MAX_PATH); in mpm_service_install()
788 strcpy(launch_cmd + rc + 1, "\" -k runservice"); in mpm_service_install()
851 launch_cmd, NULL, NULL, in mpm_service_install()
901 launch_cmd, // service's binary in mpm_service_install()
/dports/biology/py-ete3/ete3-3.1.2/ete3/tools/ete_build_lib/
H A Dmaster_job.py156 launch_cmd = self.get_launch_cmd()
163 (self.jobdir, launch_cmd, self.status_file, self.ifdone_cmd,
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Ddellchassis.py416 launch_cmd = "cfgRacTuneIdracDNSLaunchEnable"
448 "get_general", cfg_tuning, launch_cmd
537 "set_general", cfg_tuning, launch_cmd, idrac_launch
/dports/www/htdigest/httpd-2.4.6/server/mpm/winnt/
H A Dservice.c561 char *launch_cmd; in mpm_service_install() local
589 launch_cmd = apr_psprintf(ptemp, "\"%s\" -k runservice", exe_path); in mpm_service_install()
605 launch_cmd, NULL, NULL, in mpm_service_install()
632 launch_cmd, /* service's binary */ in mpm_service_install()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dinstall_util.cc263 const base::string16* const launch_cmd, in AddInstallerResultItems() argument
284 if (launch_cmd != nullptr && !launch_cmd->empty()) { in AddInstallerResultItems()
287 installer::kInstallerSuccessLaunchCmdLine, *launch_cmd, true); in AddInstallerResultItems()
H A Dinstall_util.h72 const base::string16* const launch_cmd,
/dports/x11/sirula/sirula-1.0.0/src/
H A Dutil.rs63 pub fn launch_cmd(cmd_line: &str) { in launch_cmd() function
H A Dmain.rs142 launch_cmd(cmd_line); in app_startup()
/dports/biology/py-ete3/ete3-3.1.2/ete3/tools/ete_build_lib/workflow/
H A Dcommon.py632 launch_cmd = task.get_launch_cmd()
634 cmd_lines.append([task.jobid, sec2time(tm_e - tm_s), task.jobname, launch_cmd])
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_pro.cpp1663 static DWORD launch_cmd(BOOL hide, BOOL nowait, in launch_cmd() function
1827 DWORD status = launch_cmd(hideKeyword, nowaitKeyword, in spawn_pro()
1856 status = launch_cmd(hideKeyword, nowaitKeyword, ds_cmd.c_str(), NULL, &pid); in spawn_pro()
1858 status = launch_cmd(hideKeyword, nowaitKeyword, ds_cmd.c_str(), NULL, &pid, &ds_outs); in spawn_pro()
1861 … status = launch_cmd(hideKeyword, nowaitKeyword, ds_cmd.c_str(), NULL, &pid, &ds_outs, &ds_errs); in spawn_pro()
/dports/deskutils/calcurse/calcurse-4.7.1/po/
H A Den.po2759 #~ msgid "FATAL ERROR in launch_cmd: could not launch user command"