Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c1801 #define PTP_ece_OI_Name 0x1c macro
1947 if (size < PTP_ece_OI_Name+1) { in ptp_unpack_CANON_changes()
1948 ptp_debug (params, "size %d is smaller than %d", size, PTP_ece_OI_Name+1); in ptp_unpack_CANON_changes()
1957 ce[i].u.object.oi.Filename = strdup(((char*)&curdata[PTP_ece_OI_Name])); in ptp_unpack_CANON_changes()