Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dgetevent.c24 char **new_device_names; in open_device() local
63 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()
64 if(new_device_names == NULL) { in open_device()
68 device_names = new_device_names; in open_device()
/system/core/toolbox/
Dgetevent.c126 char **new_device_names; in open_device() local
171 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()
172 if(new_device_names == NULL) { in open_device()
176 device_names = new_device_names; in open_device()