Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c246 unsigned char *retcopy = NULL; in ptp_get_packed_stringcopy() local
256 retcopy = malloc(plen); in ptp_get_packed_stringcopy()
257 if (!retcopy) { in ptp_get_packed_stringcopy()
261 memcpy(retcopy, packed, plen); in ptp_get_packed_stringcopy()
263 return (retcopy); in ptp_get_packed_stringcopy()