OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_processed_args
(Results
1 - 1
of
1
) sorted by null
/system/netd/
TetherController.cpp
137
int
num_processed_args
= 7 + (num_addrs/2) + 1; // 1 null for termination
local
138
char **args = (char **)malloc(sizeof(char *) *
num_processed_args
);
139
args[
num_processed_args
- 1] = NULL;
Completed in 36 milliseconds