HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionSuppressor (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/
cros_disks.py 21 class ExceptionSuppressor(object):
31 with ExceptionSuppressor(OSError, IOError):
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/
platform_CrosDisksFilesystem.py 16 from autotest_lib.client.cros.cros_disks import ExceptionSuppressor

Completed in 291 milliseconds