OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_device_names
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/
getevent.c
24
char **
new_device_names
;
local
63
new_device_names
= realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
64
if(
new_device_names
== NULL) {
68
device_names =
new_device_names
;
/system/core/toolbox/
getevent.c
299
char **
new_device_names
;
local
344
new_device_names
= realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
345
if(
new_device_names
== NULL) {
349
device_names =
new_device_names
;
Completed in 629 milliseconds