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

  /external/autotest/client/common_lib/cros/
autoupdater.py 39 class RootFSUpdateError(ChromiumOSError):
158 @raise RootFSUpdateError if anything went wrong.
169 raise RootFSUpdateError(err_msg)
178 raise RootFSUpdateError(err_msg)
187 raise RootFSUpdateError(err_msg)
193 @raise RootFSUpdateError: if verification fails.
197 raise RootFSUpdateError('Update did not complete with correct '
210 update_error = RootFSUpdateError(
223 except RootFSUpdateError as e:
375 @raise RootFSUpdateError if anything went wrong
    [all...]
autoupdater_unittest.py 428 self.assertRaises(autoupdater.RootFSUpdateError,
430 self.assertRaises(autoupdater.RootFSUpdateError,
432 self.assertRaises(autoupdater.RootFSUpdateError,
434 self.assertRaises(autoupdater.RootFSUpdateError,
519 self.assertRaises(autoupdater.RootFSUpdateError,

Completed in 184 milliseconds