OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patch_sha1
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/applypatch/
applypatch.c
560
uint8_t
patch_sha1
[SHA_DIGEST_SIZE];
local
562
if (ParseSha1(patch_sha1_str[i],
patch_sha1
) == 0 &&
563
memcmp(
patch_sha1
, sha1, SHA_DIGEST_SIZE) == 0) {
[
all
...]
Completed in 308 milliseconds