Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_Badblocks/
Dhardware_Badblocks.py46 def _timeout(self, badblocks_proc): argument
55 if badblocks_proc.poll() == None:
58 badblocks_proc.kill()
85 badblocks_proc = subprocess.Popen(
92 t = threading.Timer(tmout, self._timeout, [badblocks_proc])
96 stdout, _ = badblocks_proc.communicate()
102 if badblocks_proc.returncode != 0:
104 badblocks_proc.returncode)