Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c94 static char string_buffer[50]; in darwin_error_str() local
127 snprintf(string_buffer, sizeof(string_buffer), "unknown error (0x%x)", result); in darwin_error_str()
128 return string_buffer; in darwin_error_str()