Searched refs:libusb_strerror (Results 1 – 2 of 2) sorted by relevance
46 String libusb_strerror(int errcode); in libusb_strerror() method
90 throw new UsbException(mUsb.libusb_strerror(value)); in checkResult()