Home
last modified time | relevance | path

Searched refs:_start_command (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-oslo.rootwrap/oslo.rootwrap-6.3.0/oslo_rootwrap/
H A Dclient.py50 self._start_command = rootwrap_daemon_cmd
69 process_obj = subprocess.Popen(self._start_command,
75 self._start_command)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/python/google/
H A Dhttpd_utils.py132 self._start_command = start_command
148 self._http_server_proc = subprocess.Popen(self._start_command)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/python/google/
H A Dhttpd_utils.py132 self._start_command = start_command
148 self._http_server_proc = subprocess.Popen(self._start_command)
/dports/devel/elixir-distillery/distillery-1.5.2/priv/libexec/commands/
H A Dstart.sh12 _start_command() { function
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Drunprocess.py108 self._start_command()
113 def _start_command(self): member in RunProcess
/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dtorcontrolprotocol.py329 self._start_command))
332 self._start_command))
968 def _start_command(self, line): member in TorControlProtocol
/dports/net/p5-Net-OpenSSH-Parallel/Net-OpenSSH-Parallel-0.14/lib/Net/OpenSSH/
H A DParallel.pm598 sub _start_command { subroutine