Lines Matching refs:name
32 def __init__(self, data, name = None): argument
34 self.name = name
56 for name, start, end in imgs:
59 img = common.File(trunc_to_null(name), data[start_offset:end_offset+1])
64 def GetUnpackedImage(self, name): argument
68 if image.name == name:
166 si = sm.GetUnpackedImage(ti.name)
170 print "target bootloader partition image %s matches source; skipping" % ti.name
171 blacklist.append(ti.name)
174 whitelist = [ i.name for i in tm.unpacked_images if i.name not in blacklist ]
231 WriteGroupedImages(info, motoboot_image.name, motoboot_image.unpacked_images, blacklist)
240 if i.name not in blacklist:
245 filename = "%s.img" % image.name
250 _, device = common.GetTypeAndDevice("/"+image.name, info.info_dict)
252 print "skipping flash of %s; not in recovery.fstab" % (image.name,)