Home
last modified time | relevance | path

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

/external/libmtp/examples/
Dsendfile.c40 int sendfile_function(char *, char *);
49 int sendfile_function(char * from_path, char *to_path) in sendfile_function() function
101 sendfile_function(argv[1],argv[2]); in sendfile_command()
Dconnect.c43 void sendfile_function(char *,char *);
135 sendfile_function(arg1,arg2); in main()