Home
last modified time | relevance | path

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

/dports/www/aria2/aria2-1.36.0/src/
H A DSSHSession.h124 int sftpStat(int64_t& totalLength, time_t& mtime);
H A DSSHSession.cc229 int SSHSession::sftpStat(int64_t& totalLength, time_t& mtime) in sftpStat() function in aria2::SSHSession
H A DSocketCore.cc1142 auto rv = sshSession_->sftpStat(totalLength, mtime); in sshSFTPStat()