Home | History | Annotate | Download | only in flo

Lines Matching refs:tf

67   tf = FindRadio(info.target_zip)
68 if not tf:
72 tf = common.File("radio.img", tf)
78 WriteRadio(info, tf.data)
82 if tf.sha1 == sf.sha1:
85 diff = common.Difference(tf, sf, diff_program="bsdiff")
88 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
91 WriteRadio(info, tf.data)
99 sf.size, sf.sha1, tf.size, tf.sha1),
100 "-", tf.size, tf.sha1, sf.sha1, "radio.img.p")