OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_cmd
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py
167
start_cmd
= [
181
start_cmd
.append('--websock-handlers-map-file')
182
start_cmd
.append(handler_map_file)
187
start_cmd
.extend(['-t', '-k', self._private_key,
196
_log.debug('cmdline: %s' % ' '.join(
start_cmd
))
199
self._process = subprocess.Popen(
start_cmd
,
http_server.py
194
start_cmd
= [executable,
201
start_cmd
.append(# Don't background
215
_log.debug('Starting http server, cmd="%s"' % str(
start_cmd
))
217
self._process = subprocess.Popen(
start_cmd
, env=env, stdin=subprocess.PIPE)
Completed in 966 milliseconds