Lines Matching refs:format
354 cmd = ["delta_generator", "--out_maximum_signature_size_file={}".format(
355 out_signature_size_file), "--private_key={}".format(signing_key)]
560 return ['payload_metadata.bin:{}:{}'.format(offset, size)]
615 assert magic == 0x43724155, "Invalid magic: {:x}".format(magic)
661 output_list.append('{}={}'.format(key, ' '.join(partitions)))
718 if image_name not in ['{}.img'.format(partition) for partition in
797 image_path = '{}/{}.img'.format(prefix, partition_name)
800 map_path = '{}/{}.map'.format(prefix, partition_name)
805 raise ValueError("Cannot find {} in input zipfile".format(partition_name))
827 cmd.extend(['{}:{}'.format(name, name) for name in copy_entries])
869 replace = {'OTA/super_{}.img'.format(dev): 'IMAGES/{}.img'.format(dev)
891 "{} is in super_block_devices but not in {}".format(
914 to_delete += ['IMAGES/{}.map'.format(dev) for dev in super_block_devices]
923 'Missing {} in {}; {} cannot be written'.format(src, input_file, dst)
958 default_custom_image = '{}.img'.format(custom_partition)
963 namelist.remove('IMAGES/{}'.format(default_custom_image))
965 cmd.extend(['IMAGES/{}:IMAGES/{}'.format(custom_image,
968 cmd.extend(['{}:{}'.format(name, name) for name in namelist])
1024 " target_files".format(target_file)
1283 raise ValueError("Cannot parse partitions in {}".format(a))
1443 " correct key path through -k option".format(
1460 "all SPL dates".format(target_spl, source_spl))
1465 .format(target_spl, source_spl))