Home | History | Annotate | Download | only in shamu

Lines Matching refs:sf

125       sf = common.File("bootloader.img", source_bootloader_img)
126 WriteIncrementalBootloader(info, tf, sf)
137 sf = FindRadio(info.source_zip)
138 if not sf:
144 sf = common.File("radio.img", sf)
146 if tf.size == sf.size and tf.sha1 == sf.sha1:
149 WriteIncrementalRadio(info, tf, sf)
212 sf = source_modem_image
215 common.DataImage(sf.data))