Searched refs:html_path (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 883 def write_html(flags, project_names, warn_patterns, html_path, warning_messages, argument 886 if html_path: 887 with open(html_path, 'w') as outf:
|
D | warn_common.py | 612 html_path, use_google3, create_launch_subprocs_fn, argument 637 html_writer.write_html(flags, project_names, warn_patterns, html_path, 658 html_path=None, use_google3=use_google3,
|