Searched defs:LIBMTP_Get_File_To_File_Descriptor (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c4712 * @see LIBMTP_Get_File_To_File_Descriptor()
4742 ret = LIBMTP_Get_File_To_File_Descriptor(device, id, fd, callback, data, &mtime);
4778 int LIBMTP_Get_File_To_File_Descriptor(LIBMTP_mtpdevice_t *device, function
4792 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Could not get object info.");
4796 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Bad object format.");
4824 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_File_To_File_Descriptor(): Could not get file from device.");
4862 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Could not get object info.");
4866 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File_Descriptor(): Bad object format.");
4899 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_File_To_File_Descriptor(): Could not get file from device.");
4934 * the \c LIBMTP_Get_File_To_File_Descriptor() functio
[all...]

Completed in 38 milliseconds