Home
last modified time | relevance | path

Searched refs:new_device_names (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Dgetevent.cpp39 char** new_device_names; in open_device() local
75 new_device_names = reinterpret_cast<char**>(realloc( in open_device()
77 if (new_device_names == NULL) { in open_device()
81 device_names = new_device_names; in open_device()
/system/core/toolbox/
Dgetevent.c319 char **new_device_names; in open_device() local
369 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()
370 if(new_device_names == NULL) { in open_device()
374 device_names = new_device_names; in open_device()