Searched refs:source_filename (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 46 int applypatch(const char* source_filename, 55 int applypatch_flash(const char* source_filename, const char* target_filename,
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 477 int applypatch(const char* source_filename, const char* target_filename, in applypatch() argument 481 printf("patch %s: ", source_filename); in applypatch() 484 target_filename = source_filename; in applypatch() 510 (target_filename != source_filename && strcmp(target_filename, source_filename) != 0)) { in applypatch() 514 LoadFileContents(source_filename, &source_file); in applypatch() 549 int applypatch_flash(const char* source_filename, const char* target_filename, in applypatch_flash() argument 579 if (LoadFileContents(source_filename, &source_file) == 0) { in applypatch_flash() 582 printf("source \"%s\" doesn't have expected sha1 sum\n", source_filename); in applypatch_flash()
|
/bootable/recovery/updater/ |
D | install.cpp | 223 const std::string& source_filename = args[0]; in ApplyPatchFn() local 256 int result = applypatch(source_filename.c_str(), target_filename.c_str(), target_sha1.c_str(), in ApplyPatchFn()
|