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

  /external/chromium_org/build/android/
lighttpd_server.py 39 extra_config_contents: If specified, this string will be appended to the
47 base_config_path=None, extra_config_contents=None,
57 self.extra_config_contents = extra_config_contents
84 if self.extra_config_contents:
85 config_contents += self.extra_config_contents
  /external/chromium_org/build/android/pylib/base/
base_test_runner.py 113 extra_config_contents=None):
119 extra_config_contents: Extra config contents for the HTTP server.
122 document_root, port=port, extra_config_contents=extra_config_contents)

Completed in 2071 milliseconds