Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c40 const char* target_filename,
717 const char* target_filename, in applypatch() argument
726 if (target_filename[0] == '-' && in applypatch()
727 target_filename[1] == '\0') { in applypatch()
728 target_filename = source_filename; in applypatch()
745 if (LoadFileContents(target_filename, &source_file, in applypatch()
759 (target_filename != source_filename && in applypatch()
760 strcmp(target_filename, source_filename) != 0)) { in applypatch()
805 source_filename, target_filename, in applypatch()
818 const char* target_filename, in GenerateTarget() argument
[all …]
Dapplypatch.h53 const char* target_filename,
/bootable/recovery/updater/
Dinstall.c848 char* target_filename; in ApplyPatchFn() local
851 if (ReadArgs(state, argv, 4, &source_filename, &target_filename, in ApplyPatchFn()
862 free(target_filename); in ApplyPatchFn()
898 int result = applypatch(source_filename, target_filename, in ApplyPatchFn()