HomeSort by relevance Sort by last modified time
    Searched refs:FindMatchingPatch (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/applypatch/
applypatch.h 67 int FindMatchingPatch(uint8_t* sha1, char** const patch_sha1_str,
applypatch.c 474 int FindMatchingPatch(uint8_t* sha1, char** const patch_sha1_str,
501 FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0)) {
518 if (FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0) {
661 int to_use = FindMatchingPatch(source_file.sha1,
679 int to_use = FindMatchingPatch(copy_file.sha1,
  /bootable/recovery/minelf/
Retouch.c 293 if (result != 0 || FindMatchingPatch(file.sha1, &binary_sha1, 1) < 0) {
298 if (result != 0 || FindMatchingPatch(file.sha1, &binary_sha1, 1) < 0) {

Completed in 734 milliseconds