Lines Matching refs:ChromiumOSUpdater
126 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
150 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host)
224 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
225 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
234 autoupdater.ChromiumOSUpdater._get_stateful_update_script().AndReturn(
236 autoupdater.ChromiumOSUpdater._run(
244 updater = autoupdater.ChromiumOSUpdater(update_url)
250 autoupdater.ChromiumOSUpdater._get_stateful_update_script().AndReturn(
252 autoupdater.ChromiumOSUpdater._run(
259 updater = autoupdater.ChromiumOSUpdater(update_url)
270 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
297 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
298 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
308 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
312 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
313 autoupdater.ChromiumOSUpdater._verify_update_completed()
325 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd).AndRaise(
335 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd)
336 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
337 autoupdater.ChromiumOSUpdater._verify_update_completed()