Home
last modified time | relevance | path

Searched refs:sendfile_function (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/examples/
Dsendfile.c47 int sendfile_function(char * from_path, char *to_path) in sendfile_function() function
101 return sendfile_function(argv[1],argv[2]); in sendfile_command()
Dconnect.h29 int sendfile_function(char *,char *);
Dconnect.c121 ret = sendfile_function(arg1,arg2); in main()