Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py31 def generate_mtplot_image_from_log(device_node, mtplot_file): argument
38 evemu_file = mtb.convert_mtplot_file_to_evemu_file(mtplot_file,
44 print msg % mtplot_file
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py89 def convert_mtplot_file_to_evemu_file(mtplot_file, evemu_dir=None, argument
96 if not os.path.isfile(mtplot_file):
97 print 'Error: there is no such file: "%s".' % mtplot_file
101 mtplot_packets = MtbParser().parse_file(mtplot_file)
105 mtplot_dir, mtplot_filename = os.path.split(mtplot_file)