Searched refs:target_filename (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/applypatch/ |
D | applypatch.c | 41 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 …]
|
D | applypatch.h | 52 const char* target_filename,
|
/bootable/recovery/updater/ |
D | install.c | 1161 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()
|