Home
last modified time | relevance | path

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

/external/bsdiff/
Dbspatch.cc152 const char* patch_filename, in bspatch() argument
164 if ((f = fopen(patch_filename, "r")) == NULL) in bspatch()
165 err(1, "fopen(%s)", patch_filename); in bspatch()
183 err(1, "fread(%s)", patch_filename); in bspatch()
201 err(1, "fclose(%s)", patch_filename); in bspatch()
202 if ((cpf = fopen(patch_filename, "r")) == NULL) in bspatch()
203 err(1, "fopen(%s)", patch_filename); in bspatch()
205 err(1, "fseeko(%s, %lld)", patch_filename, (long long)32); in bspatch()
208 if ((dpf = fopen(patch_filename, "r")) == NULL) in bspatch()
209 err(1, "fopen(%s)", patch_filename); in bspatch()
[all …]
Dbsdiff.cc108 const char* patch_filename) { in bsdiff() argument
156 if ((pf = fopen(patch_filename, "w")) == NULL) in bsdiff()
157 err(1, "%s", patch_filename); in bsdiff()
174 err(1, "fwrite(%s)", patch_filename); in bsdiff()
320 err(1, "fwrite(%s)", patch_filename); in bsdiff()
Dbsdiff.h12 const char* patch_filename);
Dbspatch.h17 const char* patch_filename,