Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dgetevent.cpp42 char idstr[80]; in open_device() local
58 idstr[sizeof(idstr) - 1] = '\0'; in open_device()
65 if (ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()
66 idstr[0] = '\0'; in open_device()
/system/core/toolbox/
Dgetevent.c322 char idstr[80]; in open_device() local
344 idstr[sizeof(idstr) - 1] = '\0'; in open_device()
353 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()
355 idstr[0] = '\0'; in open_device()
388 " id: \"%s\"\n", location, idstr); in open_device()