Home | History | Annotate | Download | only in releasetools

Lines Matching refs:patch_file

1525         patch_file = common.MakeTempFile(prefix="patch-")
1530 src_file, tgt_file, patch_file]
1540 patch_size_total = os.path.getsize(patch_file)
1546 with open(patch_file) as f: