Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.c40 const char* source_filename,
712 int applypatch(const char* source_filename, in applypatch() argument
720 printf("patch %s: ", source_filename); in applypatch()
724 target_filename = source_filename; in applypatch()
754 (target_filename != source_filename && in applypatch()
755 strcmp(target_filename, source_filename) != 0)) { in applypatch()
760 LoadFileContents(source_filename, &source_file); in applypatch()
798 source_filename, target_filename, in applypatch()
810 const char* source_filename, in GenerateTarget() argument
882 if (strncmp(source_filename, "MTD:", 4) == 0 || in GenerateTarget()
[all …]
Dapplypatch.h51 int applypatch(const char* source_filename,
/bootable/recovery/updater/
Dinstall.c1160 char* source_filename; in ApplyPatchFn() local
1164 if (ReadArgs(state, argv, 4, &source_filename, &target_filename, in ApplyPatchFn()
1174 free(source_filename); in ApplyPatchFn()
1211 int result = applypatch(source_filename, target_filename, in ApplyPatchFn()