Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h200 #define PTP_OC_FormatStore 0x100F macro
2641 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid)
Dptp.c5933 {PTP_OC_FormatStore,N_("Format storage")},
Dlibmtp.c3881 if (!ptp_operation_issupported(params,PTP_OC_FormatStore)) { in LIBMTP_Format_Storage()