Searched refs:num_patches (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/ |
D | applypatch.h | 54 int num_patches, 59 int num_patches, 66 int num_patches);
|
D | applypatch.cpp | 513 int num_patches) { in FindMatchingPatch() argument 515 for (int i = 0; i < num_patches; ++i) { in FindMatchingPatch() 527 int applypatch_check(const char* filename, int num_patches, in applypatch_check() argument 536 (num_patches > 0 && in applypatch_check() 537 FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0)) { in applypatch_check() 552 if (FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0) { in applypatch_check() 636 int num_patches, in applypatch() argument 677 int to_use = FindMatchingPatch(source_file.sha1, patch_sha1_str, num_patches); in applypatch() 693 int to_use = FindMatchingPatch(copy_file.sha1, patch_sha1_str, num_patches); in applypatch()
|