HomeSort by relevance Sort by last modified time
    Searched refs:sendfile_function (Results 1 - 3 of 3) sorted by null

  /external/libmtp/examples/
connect.h 29 int sendfile_function(char *,char *);
sendfile.c 47 int sendfile_function(char * from_path, char *to_path) function
101 return sendfile_function(argv[1],argv[2]);
connect.c 121 ret = sendfile_function(arg1,arg2);

Completed in 200 milliseconds