OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sha1s
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/applypatch/
main.c
47
// "<sha1>:<filename>" into the new parallel arrays *
sha1s
and
51
char***
sha1s
, Value*** patches, int* num_patches) {
53
*
sha1s
= malloc(*num_patches * sizeof(char*));
72
(*
sha1s
)[i] = argv[i];
97
free(*
sha1s
);
129
char**
sha1s
;
local
132
if (ParsePatchArgs(argc-5, argv+5, &
sha1s
, &patches, &num_patches) != 0) {
138
num_patches,
sha1s
, patches, bonus);
152
free(
sha1s
);
applypatch.c
129
// repeated with different
sha1s
. Will return 0 on success.
497
// It's okay to specify no
sha1s
; the check will pass if the
499
// partitions, where the filename encodes the
sha1s
; no need to
/bootable/recovery/updater/
install.c
929
char**
sha1s
= ReadVarArgs(state, argc-1, argv+1);
local
931
int result = applypatch_check(filename, patchcount,
sha1s
);
935
free(
sha1s
[i]);
937
free(
sha1s
);
[
all
...]
Completed in 1742 milliseconds