OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_device_names
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/
getevent.cpp
39
char**
new_device_names
;
local
75
new_device_names
= reinterpret_cast<char**>(realloc(
77
if (
new_device_names
== NULL) {
81
device_names =
new_device_names
;
/system/core/toolbox/
getevent.c
319
char **
new_device_names
;
local
369
new_device_names
= realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
370
if(
new_device_names
== NULL) {
374
device_names =
new_device_names
;
Completed in 248 milliseconds