Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_TouchMTB/
Dcros_gs.py12 from common_util import simple_system
41 simple_system(untar_cmd)
71 simple_system(self.ls_cmd % files)
78 simple_system(self.upload_cmd % (cp_flag, data, bucket_dir))
85 simple_system(self.rm_cmd % single_file)
89 simple_system(self.rm_cmd % os.path.join(data_dir, '*'))
Dfirmware_utils.py106 if common_util.simple_system(cmd_remount) == 0:
109 if common_util.simple_system(cmd_untar) == 0:
182 ret_d = common_util.simple_system('stop -q powerd')
190 ret_d = common_util.simple_system('start -q powerd')
310 common_util.simple_system(dump_cmd)
317 common_util.simple_system(dump_cmd)
Dcommon_util.py15 def simple_system(cmd): function
DtouchbotII_robot_wrapper.py683 return common_util.simple_system(control_cmd)
694 common_util.simple_system(off_cmd)
698 return common_util.simple_system(noise_cmd)
Dreport_html.py158 common_util.simple_system(copy_cmd)
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py26 from common_util import print_and_exit, simple_system
54 simple_system(play_cmd)