Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py832 html_file = systrace_file_name + ".html"
834 html_file, shell=True)
/system/extras/simpleperf/scripts/
Dtest.py1501 def _load_record_data_in_html(self, html_file): argument
1502 with open(html_file, 'r') as fh: