Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c1809 #define PTP_ece_OA_Name 0x28 macro
1918 if (size < PTP_ece_OA_Name+1) { in ptp_unpack_CANON_changes()
1919 ptp_debug (params, "size %d is smaller than %d", size, PTP_ece_OA_Name+1); in ptp_unpack_CANON_changes()
1928 ce[i].u.object.oi.Filename = strdup(((char*)&curdata[PTP_ece_OA_Name])); in ptp_unpack_CANON_changes()