HomeSort by relevance Sort by last modified time
    Searched refs:_bash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/python/google/
platform_utils_linux.py 20 self._bash = "/bin/bash"
133 httpd_cmd = [self._bash, "-c", self._httpd_cmd_string]
148 return [self._bash, "-c", self._httpd_cmd_string + ' -k stop && sleep 5']
platform_utils_mac.py 20 self._bash = "/bin/bash"
130 httpd_cmd = [self._bash, "-c", self._httpd_cmd_string]
145 return [self._bash, "-c", self._httpd_cmd_string + ' -k stop && sleep 5']

Completed in 128 milliseconds