OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_patches
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/applypatch/
main.c
51
char*** sha1s, Value*** patches, int*
num_patches
) {
52
*
num_patches
= argc;
53
*sha1s = malloc(*
num_patches
* sizeof(char*));
54
*patches = malloc(*
num_patches
* sizeof(Value*));
55
memset(*patches, 0, *
num_patches
* sizeof(Value*));
60
for (i = 0; i < *
num_patches
; ++i) {
90
for (i = 0; i < *
num_patches
; ++i) {
116
int
num_patches
;
local
117
if (ParsePatchArgs(argc-5, argv+5, &sha1s, &patches, &
num_patches
) != 0) {
123
num_patches
, sha1s, patches)
[
all
...]
applypatch.h
56
int
num_patches
,
60
int
num_patches
,
68
int
num_patches
);
applypatch.c
475
int
num_patches
) {
478
for (i = 0; i <
num_patches
; ++i) {
491
int
num_patches
, char** const patch_sha1_str) {
500
(
num_patches
> 0 &&
501
FindMatchingPatch(file.sha1, patch_sha1_str,
num_patches
) < 0)) {
518
if (FindMatchingPatch(file.sha1, patch_sha1_str,
num_patches
) < 0) {
616
int
num_patches
,
662
patch_sha1_str,
num_patches
);
680
patch_sha1_str,
num_patches
);
Completed in 43 milliseconds