HomeSort by relevance Sort by last modified time
    Searched full:patch_sha1 (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/applypatch/
applypatch.c 477 uint8_t patch_sha1[SHA_DIGEST_SIZE]; local
479 if (ParseSha1(patch_sha1_str[i], patch_sha1) == 0 &&
480 memcmp(patch_sha1, sha1, SHA_DIGEST_SIZE) == 0) {

Completed in 29 milliseconds