Lines Matching refs:ChromiumOSUpdater
39 updater = autoupdater.ChromiumOSUpdater(
90 updater = autoupdater.ChromiumOSUpdater(
141 updater = autoupdater.ChromiumOSUpdater(
192 updater = autoupdater.ChromiumOSUpdater(
243 updater = autoupdater.ChromiumOSUpdater(
294 updater = autoupdater.ChromiumOSUpdater(
345 updater = autoupdater.ChromiumOSUpdater(
394 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
443 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
444 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
452 autoupdater.ChromiumOSUpdater.get_stateful_update_script().AndReturn(
453 autoupdater.ChromiumOSUpdater.REMOTE_STATEUL_UPDATE_PATH)
454 autoupdater.ChromiumOSUpdater._run(
457 autoupdater.ChromiumOSUpdater.
464 updater = autoupdater.ChromiumOSUpdater(update_url)
470 autoupdater.ChromiumOSUpdater.get_stateful_update_script().AndReturn(
471 autoupdater.ChromiumOSUpdater.REMOTE_STATEUL_UPDATE_PATH)
472 autoupdater.ChromiumOSUpdater._run(
475 autoupdater.ChromiumOSUpdater.
481 updater = autoupdater.ChromiumOSUpdater(update_url)
488 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
489 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
499 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
503 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
504 autoupdater.ChromiumOSUpdater._verify_update_completed()
516 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd).AndRaise(
526 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd)
527 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
528 autoupdater.ChromiumOSUpdater._verify_update_completed()