Searched refs:applypatch (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/ |
D | Android.bp | 2 "applypatch",
|
/bootable/recovery/applypatch/ |
D | Android.bp | 40 "applypatch.cpp", 89 name: "applypatch",
|
D | applypatch_modes.cpp | 128 return applypatch(argv[1], argv[2], argv[3], target_size, sha1s, patches, &bonus); in PatchMode()
|
D | applypatch.cpp | 477 int applypatch(const char* source_filename, const char* target_filename, in applypatch() function
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 46 int applypatch(const char* source_filename,
|
/bootable/recovery/updater/ |
D | install.cpp | 256 int result = applypatch(source_filename.c_str(), target_filename.c_str(), target_sha1.c_str(), in ApplyPatchFn()
|