Home | History | Annotate | Download | only in releasetools

Lines Matching refs:patch

849     self.patch = None
853 """Compute the patch (as a string of data) needed to turn sf into
890 self.patch = diff
891 return self.tf, self.sf, self.patch
897 computing the patch failed."""
898 return self.tf, self.sf, self.patch
923 tf, sf, patch = d.GetPatch()
928 if patch is None:
932 dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name)