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
);
114
char**
sha1s
;
local
117
if (ParsePatchArgs(argc-5, argv+5, &
sha1s
, &patches, &num_patches) != 0) {
123
num_patches,
sha1s
, patches);
133
free(
sha1s
);
applypatch.c
127
// repeated with different
sha1s
. Will return 0 on success.
495
// It's okay to specify no
sha1s
; the check will pass if the
497
// partitions, where the filename encodes the
sha1s
; no need to
/bootable/recovery/updater/
install.c
982
char**
sha1s
= ReadVarArgs(state, argc-1, argv+1);
local
984
int result = applypatch_check(filename, patchcount,
sha1s
);
988
free(
sha1s
[i]);
990
free(
sha1s
);
[
all
...]
Completed in 151 milliseconds