Home | History | Annotate | Download | only in hosts

Lines Matching refs:force_update

545     def _try_stateful_update(self, update_url, force_update, updater):
555 @param force_update: Set to True to update the image even if the DUT
573 if not force_update:
702 def machine_install(self, update_url=None, force_update=False,
722 @param force_update: Force an update even if the version installed
726 @param repair: Forces update to repair image. Implies force_update.
737 force_update = True
772 update_url, force_update, updater)
777 if update_complete or (not force_update and updater.check_version()):