Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c579 remote_is_dir(struct sftp_conn *conn, const char *path) in remote_is_dir() function
713 dst_is_dir = remote_is_dir(conn, tmp_dst); in process_put()
2089 if (remote_is_dir(conn, dir) && file2 == NULL) { in interactive_loop()