Home
last modified time | relevance | path

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

/system/core/toolbox/
Dgetevent.c317 char **new_device_names; in open_device() local
367 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1)); in open_device()
368 if(new_device_names == NULL) { in open_device()
372 device_names = new_device_names; in open_device()