Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dcros_disks.py21 class ExceptionSuppressor(object): class
452 with ExceptionSuppressor(OSError):
484 with ExceptionSuppressor(IOError):
487 with ExceptionSuppressor(OSError):
494 with ExceptionSuppressor(IOError):
544 with ExceptionSuppressor(Exception):
558 with ExceptionSuppressor(Exception):
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dplatform_CrosDisksFilesystem.py16 from autotest_lib.client.cros.cros_disks import ExceptionSuppressor