Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dgetevent.c23 struct pollfd *new_ufds; in open_device() local
57 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()
58 if(new_ufds == NULL) { in open_device()
62 ufds = new_ufds; in open_device()
/system/core/toolbox/
Dgetevent.c125 struct pollfd *new_ufds; in open_device() local
165 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()
166 if(new_ufds == NULL) { in open_device()
170 ufds = new_ufds; in open_device()