OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_httpd_cmd_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/python/google/
platform_utils_linux.py
19
self.
_httpd_cmd_string
= None # used for starting/stopping httpd
131
self.
_httpd_cmd_string
= httpd_cmd_string % httpd_vars
133
httpd_cmd = [self._bash, "-c", self.
_httpd_cmd_string
]
144
if not self.
_httpd_cmd_string
:
148
return [self._bash, "-c", self.
_httpd_cmd_string
+ ' -k stop && sleep 5']
platform_utils_mac.py
19
self.
_httpd_cmd_string
= None # used for starting/stopping httpd
128
self.
_httpd_cmd_string
= httpd_cmd_string % httpd_vars
130
httpd_cmd = [self._bash, "-c", self.
_httpd_cmd_string
]
141
if not self.
_httpd_cmd_string
:
145
return [self._bash, "-c", self.
_httpd_cmd_string
+ ' -k stop && sleep 5']
Completed in 50 milliseconds