Home | History | Annotate | Download | only in src

Lines Matching refs:LIBMTP_Get_File_To_File

4714 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t *device, uint32_t const id,
4724 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File(): Bad arguments, path was NULL.");
4738 add_error_to_errorstack(device, LIBMTP_ERROR_GENERAL, "LIBMTP_Get_File_To_File(): Could not create file.");
4776 * @see LIBMTP_Get_File_To_File()
4928 return LIBMTP_Get_File_To_File(device, id, path, callback, data);