Home
last modified time | relevance | path

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

/external/rappor/pipeline/
Dui.sh172 local html_path=$job_dir/cooked/assoc-overview.part.html
179 > $html_path
180 echo "Wrote $html_path"
185 local html_path=$(echo $csv_path | sed 's/.csv$/.part.html/')
196 > $html_path
198 echo "Wrote $html_path"
215 local html_path=$(echo $csv_path | sed 's/.csv$/.part.html/')
235 > $html_path
/external/autotest/client/cros/multimedia/
Dvideo_facade.py81 html_path = 'file:///tmp/playback_video.html'
84 tab.Navigate(html_path)
87 full_url=html_path,
/external/autotest/client/tools/
Dhtml_report.py1703 def create_report(dirname, html_path='', output_file_name=None): argument
1748 html_path)
1777 html_path = dirname
1780 html_path = ''
1785 create_report(dirname, html_path, output_file_name)
/external/pdfium/testing/tools/
Dsafetynet_image.py71 html_path = os.path.join(self.output_path, 'compare.html')
84 with open(html_path, 'w') as f:
100 webbrowser.open(html_path)