Searched refs:RootFSUpdateError (Results 1 – 3 of 3) sorted by relevance
39 class RootFSUpdateError(ChromiumOSError): class169 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' %
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,
487 except autoupdater.RootFSUpdateError as e: