Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.c73 static const char *usbfs_path = NULL; variable
142 snprintf(path, PATH_MAX, "%s/%03d/%03d", usbfs_path, dev->bus_number, in __get_usbfs_path()
237 usbfs_path = find_usbfs_path(); in op_init()
238 if (!usbfs_path) { in op_init()
847 snprintf(dirpath, PATH_MAX, "%s/%03d", usbfs_path, busnum); in usbfs_scan_busdir()
884 DIR *buses = opendir(usbfs_path); in usbfs_get_device_list()