Home
last modified time | relevance | path

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

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