Lines Matching refs:p
41 for p in src:
42 f_src.write(p)
45 for p in tgt:
46 f_tgt.write(p)
52 p = subprocess.call(["imgdiff", "-z", srcfile, tgtfile, patchfile],
56 p = subprocess.call(["bsdiff", srcfile, tgtfile, patchfile])
58 if p:
59 raise ValueError("diff failed: " + str(p))
323 for p in src:
324 src_sha1.update(p)
327 for p in tgt:
328 tgt_sha1.update(p)
329 tgt_size += len(p)
393 p = 0
396 xf.patch_start = p
399 p += len(patch)