HomeSort by relevance Sort by last modified time
    Searched refs:tgtfile (Results 1 - 2 of 2) sorted by null

  /build/make/tools/releasetools/
edify_generator.py 268 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs):
270 produce tgtfile (which may be "-" to indicate overwriting the
278 assert (len(tokens) == 6 and tokens[0] == 'EMMC' and tgtfile == '-' and
blockimgdiff.py 44 def compute_patch(srcfile, tgtfile, imgdiff=False):
49 cmd.extend([srcfile, tgtfile, patchfile])
    [all...]

Completed in 326 milliseconds