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

  /external/chromium_org/tools/python/google/
platform_utils_linux.py 59 httpd_conf_path, mime_types_path,
68 mime_types_path: full path to the mime.types file to be used.
92 "mime_types_path": mime_types_path,
111 ' -c \'TypesConfig "%(mime_types_path)s"\''
platform_utils_mac.py 59 httpd_conf_path, mime_types_path,
68 mime_types_path: full path to the mime.types file to be used.
92 "mime_types_path": mime_types_path,
109 ' -c \'TypesConfig "%(mime_types_path)s"\''
httpd_utils.py 85 mime_types_path = os.path.join(apache_config_dir, 'mime.types')
88 mime_types_path,
platform_utils_win.py 91 httpd_conf_path, mime_types_path,
100 mime_types_path: full path to the mime.types file to be used.
125 "mime_types_path": GetCygwinPath(mime_types_path),
152 ' -c \'TypesConfig "%(mime_types_path)s"\''
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http.py 62 mime_types_path = self._filesystem.join(test_dir, "http", "conf", "mime.types")
76 '-c', 'TypesConfig "%s"' % mime_types_path,

Completed in 217 milliseconds