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

  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 17 from autotest_lib.client.cros.cros_disks import ExceptionSuppressor
  /external/autotest/client/cros/
cros_disks.py 22 class ExceptionSuppressor(object):
32 with ExceptionSuppressor(OSError, IOError):
504 with ExceptionSuppressor(OSError):
536 with ExceptionSuppressor(IOError):
539 with ExceptionSuppressor(OSError):
546 with ExceptionSuppressor(IOError):
598 with ExceptionSuppressor(Exception):
612 with ExceptionSuppressor(Exception):

Completed in 189 milliseconds