Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dautoupdater.py39 class RootFSUpdateError(ChromiumOSError): class
169 raise RootFSUpdateError(err_msg)
178 raise RootFSUpdateError(err_msg)
187 raise RootFSUpdateError(err_msg)
197 raise RootFSUpdateError('Update did not complete with correct '
210 update_error = RootFSUpdateError(
223 except RootFSUpdateError as e:
393 raise RootFSUpdateError("Rollback isn't possible on %s: %s" %
404 raise RootFSUpdateError('Rollback failed on %s: %s' %
Dautoupdater_unittest.py428 self.assertRaises(autoupdater.RootFSUpdateError,
430 self.assertRaises(autoupdater.RootFSUpdateError,
432 self.assertRaises(autoupdater.RootFSUpdateError,
434 self.assertRaises(autoupdater.RootFSUpdateError,
519 self.assertRaises(autoupdater.RootFSUpdateError,
/external/autotest/server/hosts/
Dservo_host.py487 except autoupdater.RootFSUpdateError as e: