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

  /external/chromium_org/tools/python/google/
platform_utils_win.py 118 httpd_vars = {
130 if not httpd_vars["user"]:
135 httpd_vars["user"] = proc.stdout.read().strip()
137 if not httpd_vars["user"]:
165 httpd_cmd = [bash, "-c", httpd_cmd_string % httpd_vars]
platform_utils_linux.py 85 httpd_vars = {
131 self._httpd_cmd_string = httpd_cmd_string % httpd_vars
platform_utils_mac.py 85 httpd_vars = {
128 self._httpd_cmd_string = httpd_cmd_string % httpd_vars

Completed in 166 milliseconds