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 572 uint8_t patch_sha1[SHA_DIGEST_SIZE]; local
574 if (ParseSha1(patch_sha1_str[i], patch_sha1) == 0 &&
575 memcmp(patch_sha1, sha1, SHA_DIGEST_SIZE) == 0) {
    [all...]

Completed in 25 milliseconds