Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dautoupdater.py90 class RootFSUpdateError(error.TestFail): class
391 raise RootFSUpdateError(
476 raise RootFSUpdateError(message)
506 raise RootFSUpdateError(
552 raise RootFSUpdateError(
570 raise RootFSUpdateError(
692 raise RootFSUpdateError("Rollback isn't possible on %s: %s" %
703 raise RootFSUpdateError('Rollback failed on %s: %s' %
787 exception=RootFSUpdateError(),
789 except RootFSUpdateError:
Dautoupdater_unittest.py213 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
214 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
215 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
216 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
217 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
328 self.assertRaises(autoupdater.RootFSUpdateError,
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py124 except autoupdater.RootFSUpdateError:
180 except autoupdater.RootFSUpdateError:
/external/autotest/server/hosts/
Dservo_host.py504 except autoupdater.RootFSUpdateError as e: