Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c41 const char* target_filename,
713 const char* target_filename, in applypatch() argument
722 if (target_filename[0] == '-' && in applypatch()
723 target_filename[1] == '\0') { in applypatch()
724 target_filename = source_filename; in applypatch()
741 if (LoadFileContents(target_filename, &source_file) == 0) { in applypatch()
754 (target_filename != source_filename && in applypatch()
755 strcmp(target_filename, source_filename) != 0)) { in applypatch()
798 source_filename, target_filename, in applypatch()
811 const char* target_filename, in GenerateTarget() argument
[all …]
Dapplypatch.h52 const char* target_filename,
/bootable/recovery/updater/
Dinstall.c1161 char* target_filename; in ApplyPatchFn() local
1164 if (ReadArgs(state, argv, 4, &source_filename, &target_filename, in ApplyPatchFn()
1175 free(target_filename); in ApplyPatchFn()
1211 int result = applypatch(source_filename, target_filename, in ApplyPatchFn()