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

  /bootable/recovery/applypatch/
applypatch.h 66 int FindMatchingPatch(uint8_t* sha1, char* const * const patch_sha1_str,
applypatch.c 565 int FindMatchingPatch(uint8_t* sha1, char* const * const patch_sha1_str,
592 FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0)) {
610 if (FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0) {
764 int to_use = FindMatchingPatch(source_file.sha1,
782 int to_use = FindMatchingPatch(copy_file.sha1,
    [all...]

Completed in 8056 milliseconds