Lines Matching refs:partition
1171 def __init__(self, partition, tgt, src=None, check_first_block=False, argument
1175 self.partition = partition
1193 self.path = os.path.join(tmpdir, partition)
1196 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
1201 script.Print("Patching %s image unconditionally..." % (self.partition,))
1203 script.Print("Patching %s image after verification." % (self.partition,))
1211 partition = self.partition
1213 script.Print("Image %s will be patched unconditionally." % (partition,))
1223 self.device, partition, partition, partition))
1227 script.Print('Verified %s image...' % (partition,))
1245 'endif;') % (partition,))
1248 partition = self.partition
1249 script.Print('Verifying the updated %s image...' % (partition,))
1264 script.Print('Verified the updated %s image.' % (partition,))
1269 'endif;' % (partition,))
1271 script.Print('Verified the updated %s image.' % (partition,))
1276 'endif;' % (partition,))
1281 '{}.transfer.list'.format(self.partition))
1284 '{}.new.dat'.format(self.partition))
1287 '{}.patch.dat'.format(self.partition),
1293 device=self.device, partition=self.partition))