Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dusb_linux.cpp170 size_t desclength = unix_read(fd, devdesc, sizeof(devdesc)); in find_usb_device() local
171 bufend = bufptr + desclength; in find_usb_device()
174 if (desclength < USB_DT_DEVICE_SIZE + USB_DT_CONFIG_SIZE) { in find_usb_device()
175 D("desclength %zu is too small", desclength); in find_usb_device()
233 if (bufptr+2 <= devdesc + desclength && in find_usb_device()
240 if (bufptr+2 <= devdesc + desclength && in find_usb_device()
246 if (bufptr > devdesc + desclength || in find_usb_device()