OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patch_filename
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/applypatch/
applypatch.h
27
const char*
patch_filename
;
member in struct:_Patch
bsdiff.c
225
const char*
patch_filename
)
258
if ((pf = fopen(
patch_filename
, "w")) == NULL)
259
err(1, "%s",
patch_filename
);
276
err(1, "fwrite(%s)",
patch_filename
);
401
err(1, "fwrite(%s)",
patch_filename
);
imgdiff.c
183
const char*
patch_filename
);
[
all
...]
Completed in 48 milliseconds