Home
last modified time | relevance | path

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

/aosp14/system/core/toolbox/
H A Dgetevent.c321 char idstr[80]; in open_device() local
343 idstr[sizeof(idstr) - 1] = '\0'; in open_device()
352 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()
354 idstr[0] = '\0'; in open_device()
387 " id: \"%s\"\n", location, idstr); in open_device()