Searched refs:boot_chart_file_path (Results 1 – 1 of 1) sorted by relevance
918 def grab_bootchart(boot_chart_file_path): argument921 print("Saving boot chart as " + boot_chart_file_path + ".tgz")922 subprocess.call('cp /tmp/android-bootchart/bootchart.tgz ' + boot_chart_file_path + '.tgz', \924 subprocess.call('cp ./bootchart.png ' + boot_chart_file_path + '.png', shell=True)