Lines Matching refs:wipe
181 def _FlashPartitions(self, partitions, directory, wipe=False, force=False):
187 wipe: If set to true, will automatically detect if cache and userdata
209 if _KNOWN_PARTITIONS[partition].get('wipe_only') and not wipe:
211 'Not flashing in wipe mode. Skipping partition %s.', partition)
236 def FlashDevice(self, directory, partitions=None, wipe=False):
246 wipe: Wipes cache and userdata if set to true.
254 # this to wipe a device.
255 with self.FastbootMode(wait_for_reboot=not wipe):
256 self._FlashPartitions(partitions, directory, wipe=wipe)