Searched refs:html_path (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 653 def write_html(flags, project_names, warn_patterns, html_path, warning_messages, argument 656 if html_path: 657 with open(html_path, 'w') as f:
|
D | warn_common.py | 529 html_path, use_google3, create_launch_subprocs_fn, argument 552 html_writer.write_html(flags, project_names, warn_patterns, html_path, 573 html_path=None, use_google3=use_google3,
|