Home | History | Annotate | Download | only in logging_GenerateCrashFiles

Lines Matching refs:host

31         out = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)
42 if '0' == self.host.run("du -h %s" % file_path).stdout[:1]:
53 self.host.run('rm %s' % self.CRASH_DIR + '/' + crash_file)
55 def run_once(self, host, crash_cmd, crash_files, prefix):
56 self.host = host
59 self.host.run('sync', ignore_status=True)
61 file_list = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)
65 self.host.run(crash_cmd, ignore_status=True,
70 host.ping_wait_up(self.REBOOT_TIMEOUT)
73 self.host.run('sync', ignore_status=True)