Searched defs:LIBMTP_Get_File_To_File (Results 1 - 1 of 1) sorted by relevance
/external/libmtp/src/ |
H A D | libmtp.c | 4714 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t *device, uint32_t const id, function 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);
|
Completed in 48 milliseconds