Lines Matching full:img
175 img = BuildBootableImage(sourcedir)
176 if img is None:
179 CheckSize(img, targetname, info_dict)
180 ZipWriteStr(output_zip, targetname, img)
194 img = tempfile.NamedTemporaryFile()
224 "--output", img.name])
231 img.seek(os.SEEK_SET, 0)
232 data = img.read()
235 img.close()
242 "recovery.img", output_zip, info_dict)
246 "boot.img", output_zip, info_dict)
345 if target.endswith(".img"): target = target[:-4]
670 ".img" : "imgdiff",