Searched refs:ExceptionSuppressor (Results 1 – 2 of 2) sorted by relevance
22 class ExceptionSuppressor(object): class504 with ExceptionSuppressor(OSError):536 with ExceptionSuppressor(IOError):539 with ExceptionSuppressor(OSError):546 with ExceptionSuppressor(IOError):598 with ExceptionSuppressor(Exception):612 with ExceptionSuppressor(Exception):
17 from autotest_lib.client.cros.cros_disks import ExceptionSuppressor