OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patch_sha_str
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/updater/
install.c
890
char**
patch_sha_str
= malloc(patchcount * sizeof(char*));
local
892
patch_sha_str
[i] = patches[i*2]->data;
900
patchcount,
patch_sha_str
, patches, NULL);
905
free(
patch_sha_str
);
[
all
...]
Completed in 134 milliseconds