Home | History | Annotate | Download | only in releasetools

Lines Matching refs:patchfile

39   patchfile = common.MakeTempFile(prefix='patch-')
42 cmd.extend([srcfile, tgtfile, patchfile])
53 with open(patchfile, 'rb') as f: