Home | History | Annotate | Download | only in platform_CompromisedStatefulPartition

Lines Matching refs:host

25     def run_once(self, host, client_autotest):
31 if host.get_board_type() == 'OTHER':
33 autotest_client = autotest.Autotest(host)
34 host.reboot()
37 if not host.run(self.CMD_CORRUPT,
40 host.run('sync', ignore_status=True)
42 host.reboot()
43 host.run('sync', ignore_status=True)
45 if host.path_exists(self.OOBE_FILE):
53 if not host.path_exists(new_file):