Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c2793 } ptp_errors[] = { in ptp_perror() local
2841 for (i=0; ptp_errors[i].txt!=NULL; i++) in ptp_perror()
2842 if (ptp_errors[i].n == error) in ptp_perror()
2843 ptp_error(params, ptp_errors[i].txt); in ptp_perror()