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

  /external/chromium_org/tools/python/google/
platform_utils_linux.py 59 httpd_conf_path, mime_types_path,
67 httpd_conf_path: full path to the httpd.conf file to be used.
88 "httpd_conf_path": httpd_conf_path,
110 ' -f %(httpd_conf_path)s'
platform_utils_mac.py 59 httpd_conf_path, mime_types_path,
67 httpd_conf_path: full path to the httpd.conf file to be used.
88 "httpd_conf_path": httpd_conf_path,
108 ' -f %(httpd_conf_path)s'
httpd_utils.py 82 httpd_conf_path = os.path.join(apache_config_dir, 'httpd2.conf')
84 httpd_conf_path = os.path.join(apache_config_dir, 'httpd.conf')
87 httpd_conf_path,
platform_utils_win.py 91 httpd_conf_path, mime_types_path,
99 httpd_conf_path: full path to the httpd.conf file to be used.
121 "httpd_conf_path": GetCygwinPath(httpd_conf_path),
151 ' -f %(httpd_conf_path)s'

Completed in 65 milliseconds