Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/boottime_tools/bootanalyze/
H A Dbootanalyze.py918 def grab_bootchart(boot_chart_file_path): argument
921 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)