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

  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 77 except autoupdater.RootFSUpdateError:
130 except autoupdater.RootFSUpdateError:
  /external/autotest/client/common_lib/cros/
autoupdater.py 43 class RootFSUpdateError(ChromiumOSError):
208 raise RootFSUpdateError(message)
245 @raise RootFSUpdateError or unknown Exception if anything went wrong.
291 @raise RootFSUpdateError: if verification fails.
298 raise RootFSUpdateError('Update did not complete with correct '
469 @raise RootFSUpdateError if anything went wrong.
487 raise RootFSUpdateError("Rollback isn't possible on %s: %s" %
498 raise RootFSUpdateError('Rollback failed on %s: %s' %
autoupdater_unittest.py 500 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
501 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
502 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
503 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
504 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
626 self.assertRaises(autoupdater.RootFSUpdateError,
  /external/autotest/server/hosts/
servo_host.py 576 except autoupdater.RootFSUpdateError as e:
    [all...]

Completed in 62 milliseconds