Searched refs:target_filename (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 47 const char* target_filename, 633 const char* target_filename, in applypatch() argument 642 if (target_filename[0] == '-' && target_filename[1] == '\0') { in applypatch() 643 target_filename = source_filename; in applypatch() 658 if (LoadFileContents(target_filename, &source_file) == 0) { in applypatch() 668 (target_filename != source_filename && in applypatch() 669 strcmp(target_filename, source_filename) != 0)) { in applypatch() 707 source_filename, target_filename, in applypatch() 718 int applypatch_flash(const char* source_filename, const char* target_filename, in applypatch_flash() argument 720 printf("flash %s: ", target_filename); in applypatch_flash() [all …]
|
D | applypatch.h | 48 int applypatch_flash(const char* source_filename, const char* target_filename, 51 const char* target_filename,
|
/bootable/recovery/updater/ |
D | install.cpp | 1189 char* target_filename; in ApplyPatchFn() local 1192 if (ReadArgs(state, argv, 4, &source_filename, &target_filename, in ApplyPatchFn() 1202 free(target_filename); in ApplyPatchFn() 1240 int result = applypatch(source_filename, target_filename, in ApplyPatchFn()
|