Home
last modified time | relevance | path

Searched refs:LIBMTP_Get_File_To_File (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/examples/
Dgetfile.c45 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/
Dlibmtp.sym55 LIBMTP_Get_File_To_File
Dlibmtp.h.in916 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
Dlibmtp.c5204 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);