Home
last modified time | relevance | path

Searched refs:RootFSUpdateError (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/
Dautoupdater.py43 class RootFSUpdateError(ChromiumOSError): class
206 raise RootFSUpdateError(message)
296 raise RootFSUpdateError('Update did not complete with correct '
482 raise RootFSUpdateError("Rollback isn't possible on %s: %s" %
493 raise RootFSUpdateError('Rollback failed on %s: %s' %
Dautoupdater_unittest.py500 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/
Dservo_host.py574 except autoupdater.RootFSUpdateError as e: