Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.c79 static const char *usbfs_path = NULL; variable
192 usbfs_path, dev->bus_number, dev->device_address); in _get_usbfs_fd()
195 usbfs_path, dev->bus_number, dev->device_address); in _get_usbfs_fd()
381 usbfs_path = find_usbfs_path(); in op_init()
382 if (!usbfs_path) { in op_init()
1141 snprintf(dirpath, PATH_MAX, "%s/%03d", usbfs_path, busnum); in usbfs_scan_busdir()
1178 DIR *buses = opendir(usbfs_path); in usbfs_get_device_list()