Searched refs:patch_filename (Results 1 – 4 of 4) sorted by relevance
/external/bsdiff/ |
D | bsdiff.cc | 107 const char* patch_filename) { in bsdiff() argument 130 int ret = bsdiff(old_buf, oldsize, new_buf, newsize, patch_filename, nullptr); in bsdiff() 143 off_t newsize, const char* patch_filename, saidx_t** I_cache) { in bsdiff() argument 176 if ((pf = fopen(patch_filename, "w")) == NULL) in bsdiff() 177 err(1, "%s", patch_filename); in bsdiff() 194 err(1, "fwrite(%s)", patch_filename); in bsdiff() 340 err(1, "fwrite(%s)", patch_filename); in bsdiff()
|
D | bsdiff.h | 22 const char* patch_filename); 28 const char* patch_filename,
|
D | bspatch.cc | 184 const char* patch_filename, in bspatch() argument 188 File::FOpen(patch_filename, O_RDONLY); in bspatch() 190 fprintf(stderr, "Error opening the patch file %s: %s\n", patch_filename, in bspatch() 198 fprintf(stderr, "Error reading the patch file %s: %s\n", patch_filename, in bspatch()
|
D | bspatch.h | 18 const char* patch_filename,
|