Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_linux.cpp277 ssize_t link_len = readlink(pathbuf, link, sizeof(link) - 1); in find_usb_device() local
278 if (link_len > 0) { in find_usb_device()
279 link[link_len] = '\0'; in find_usb_device()