Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c4178 } ptp_errors[] = { variable
4252 for (i=0; ptp_errors[i].txt != NULL; i++) in ptp_strerror()
4253 …if ((ptp_errors[i].rc == ret) && ((ptp_errors[i].vendor == 0) || (ptp_errors[i].vendor == vendor))) in ptp_strerror()
4254 return ptp_errors[i].txt; in ptp_strerror()