OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_sha1
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/
applypatch.c
626
uint8_t
target_sha1
[SHA_DIGEST_SIZE];
local
627
if (ParseSha1(target_sha1_str,
target_sha1
) != 0) {
641
if (memcmp(source_file.sha1,
target_sha1
, SHA_DIGEST_SIZE) == 0) {
872
if (memcmp(current_target_sha1,
target_sha1
, SHA_DIGEST_SIZE) != 0) {
/bootable/recovery/updater/
install.c
906
char*
target_sha1
;
local
909
&
target_sha1
, &target_size_str) < 0) {
920
free(
target_sha1
);
956
target_sha1
, target_size,
[
all
...]
Completed in 36 milliseconds