Lines Matching refs:label
718 self.label = ''
737 self.label = pobj[JSON_KEYWORD_PARTITIONS_LABEL]
796 str(self.guid), self.label))
803 str(self.type_guid), self.label))
933 label = pobj[JSON_KEYWORD_PARTITIONS_LABEL]
934 if label.endswith(settings.ab_suffixes[0]):
936 new_len = len(label) - len(settings.ab_suffixes[0])
937 pobj[JSON_KEYWORD_PARTITIONS_LABEL] = label[0:new_len]
946 if candidate.label == pobj[JSON_KEYWORD_PARTITIONS_LABEL]:
1003 ' }}{}\n').format(p.label,
1117 p.label.encode(encoding='utf-16le')))
1200 .format(p.label))
1203 .format(p.label))
1206 'image size.'.format(p.label))
1296 new_p.label += suffix
1360 'automatically grown.\n'.format(grow_part.label))
1433 if p.label not in image_file_names:
1438 ' with label {}'.format(p.label))
1440 input_image = ImageHandler(image_file_names[p.label])
1475 if p.label == part_label:
1590 args.label,
1601 sys.stderr.write('No partition with label "{}".\n'.format(args.label))