Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dcros_disks.py22 class ExceptionSuppressor(object): class
504 with ExceptionSuppressor(OSError):
536 with ExceptionSuppressor(IOError):
539 with ExceptionSuppressor(OSError):
546 with ExceptionSuppressor(IOError):
598 with ExceptionSuppressor(Exception):
612 with ExceptionSuppressor(Exception):
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dplatform_CrosDisksFilesystem.py17 from autotest_lib.client.cros.cros_disks import ExceptionSuppressor