Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_libusb.cpp79 int port_count = libusb_get_port_numbers(device, ports, 7); in get_device_serial_path() local
80 if (port_count < 0) return ""; in get_device_serial_path()
84 for (int port = 1; port < port_count; ++port) { in get_device_serial_path()