Home
last modified time | relevance | path

Searched refs:html_report_path (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/devtools/
Dbatchbuild.py177 def generate_html_report( html_report_path, builds ): argument
178 report_dir = os.path.dirname( html_report_path )
229 with open( html_report_path, 'wt' ) as fhtml:
231 print('HTML report generated in:', html_report_path)
274 html_report_path = os.path.join( work_dir, 'batchbuild-report.html' )
275 generate_html_report( html_report_path, builds )