Home
last modified time | relevance | path

Searched refs:do_download (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/python/
Dez_setup.py93 def do_download(): function
100 return do_download()
114 return do_download()
116 return do_download()
/external/chromium_org/third_party/protobuf/python/
Dez_setup.py101 def do_download(): function
108 return do_download()
124 return do_download()
/external/openssh/
Dsftp-client.h109 int do_download(struct sftp_conn *, char *, char *, Attrib *, int);
Dsftp-client.c987 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, in do_download() function
1283 if (do_download(conn, new_src, new_dst, in download_dir_internal()
Dssh-keygen.c718 do_download(struct passwd *pw) in do_download() function
2193 do_download(pw); in main()
Dsftp.c578 if (do_download(conn, g.gl_pathv[i], abs_dst, NULL, in process_get()