Lines Matching full:tgt_file
899 tgt_file = common.MakeTempFile(prefix="tgt-")900 with open(tgt_file, "wb") as fd:905 patch = compute_patch(src_file, tgt_file, imgdiff)1519 tgt_file = common.MakeTempFile(prefix="tgt-")1522 with open(tgt_file, "wb") as tgt_fd:1530 src_file, tgt_file, patch_file]