Lines Matching refs:ChromiumOSUpdater

40         updater = autoupdater.ChromiumOSUpdater(
91 updater = autoupdater.ChromiumOSUpdater(
142 updater = autoupdater.ChromiumOSUpdater(
193 updater = autoupdater.ChromiumOSUpdater(
244 updater = autoupdater.ChromiumOSUpdater(
295 updater = autoupdater.ChromiumOSUpdater(
346 updater = autoupdater.ChromiumOSUpdater(
411 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
435 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host)
510 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
511 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
519 autoupdater.ChromiumOSUpdater.get_stateful_update_script().AndReturn(
520 autoupdater.ChromiumOSUpdater.REMOTE_STATEUL_UPDATE_PATH)
521 autoupdater.ChromiumOSUpdater._run(
524 autoupdater.ChromiumOSUpdater.
531 updater = autoupdater.ChromiumOSUpdater(update_url)
537 autoupdater.ChromiumOSUpdater.get_stateful_update_script().AndReturn(
538 autoupdater.ChromiumOSUpdater.REMOTE_STATEUL_UPDATE_PATH)
539 autoupdater.ChromiumOSUpdater._run(
542 autoupdater.ChromiumOSUpdater.
548 updater = autoupdater.ChromiumOSUpdater(update_url)
555 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
556 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
566 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
570 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
571 autoupdater.ChromiumOSUpdater._verify_update_completed()
583 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd).AndRaise(
593 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd)
594 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
595 autoupdater.ChromiumOSUpdater._verify_update_completed()