HomeSort by relevance Sort by last modified time
    Searched refs:link_len (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
usb_linux.c 188 ssize_t link_len; local
191 link_len = readlink(cdev, link, sizeof(link) - 1);
192 if (link_len > 0) {
193 link[link_len] = '\0';
  /system/core/adb/
usb_linux.c 275 ssize_t link_len; local
278 link_len = readlink(pathbuf, link, sizeof(link) - 1);
279 if (link_len > 0) {
280 link[link_len] = '\0';

Completed in 685 milliseconds