Searched refs:libusb_strerror (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/device/usb/
H A Dusb_error.cc12 return libusb_strerror(static_cast<libusb_error>(errcode));
/external/chromium_org/third_party/libusb/src/libusb/
H A Dstrerror.c35 * How to add a new \ref libusb_strerror() translation:
124 * The following functions return translatable strings: libusb_strerror().
174 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode) function
H A Dlibusb.h1054 * error code or libusb_strerror() to get an end-user suitable description of
1313 const char * LIBUSB_CALL libusb_strerror(enum libusb_error errcode);

Completed in 909 milliseconds