Searched refs:LIBMTP_Get_File_To_File (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/examples/ |
D | getfile.c | 47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) { in getfile_function() 83 if (LIBMTP_Get_File_To_File(device, id, file, progress, NULL) != 0 ) { in getfile_command()
|
/external/libmtp/src/ |
D | libmtp.sym | 35 LIBMTP_Get_File_To_File
|
D | libmtp.h | 819 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
|
D | libmtp.h.in | 814 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
|
D | libmtp.c | 4714 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t *device, uint32_t const id, function 4928 return LIBMTP_Get_File_To_File(device, id, path, callback, data);
|