Searched refs:LIBMTP_Get_File_To_File (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/examples/ |
D | getfile.c | 45 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) { in getfile_function() 84 if (LIBMTP_Get_File_To_File(device, id, file, progress, NULL) != 0 ) { in getfile_command()
|
/external/libmtp/src/ |
D | libmtp.sym | 55 LIBMTP_Get_File_To_File
|
D | libmtp.h.in | 916 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
|
D | libmtp.c | 5204 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t *device, uint32_t const id, function 5408 return LIBMTP_Get_File_To_File(device, id, path, callback, data);
|