Home
last modified time | relevance | path

Searched refs:patch_filename (Results 1 – 4 of 4) sorted by relevance

/external/bsdiff/
Dbsdiff.cc107 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()
Dbsdiff.h22 const char* patch_filename);
28 const char* patch_filename,
Dbspatch.cc184 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()
Dbspatch.h18 const char* patch_filename,