Home
last modified time | relevance | path

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

/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/
H A Dsshconnection.cpp76 bool SshConnection::copyDirTo(const QString &, const QString &) in copyDirTo() function in MoleQueue::SshConnection
H A Dsshcommand.h140 virtual bool copyDirTo(const QString &localDir, const QString &remoteDir);
H A Dsshconnection.h177 virtual bool copyDirTo(const QString &localDir, const QString &remoteDir);
H A Dsshcommand.cpp114 bool SshCommand::copyDirTo(const QString &localDir, const QString &remoteDir) in copyDirTo() function in MoleQueue::SshCommand
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/
H A Dsshconnection.cpp76 bool SshConnection::copyDirTo(const QString &, const QString &) in copyDirTo() function in MoleQueue::SshConnection
H A Dsshcommand.h140 virtual bool copyDirTo(const QString &localDir, const QString &remoteDir);
H A Dsshconnection.h177 virtual bool copyDirTo(const QString &localDir, const QString &remoteDir);
H A Dsshcommand.cpp114 bool SshCommand::copyDirTo(const QString &localDir, const QString &remoteDir) in copyDirTo() function in MoleQueue::SshCommand
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dsshcommandtest.cpp111 m_ssh.copyDirTo("C:/local/path", "/remote/path"); in testCopyDirTo()
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dsshcommandtest.cpp111 m_ssh.copyDirTo("C:/local/path", "/remote/path"); in testCopyDirTo()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/queues/
H A Dremotessh.cpp188 if (!conn->copyDirTo(localDir, remoteDir)) { in copyInputFilesToHost()
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/queues/
H A Dremotessh.cpp188 if (!conn->copyDirTo(localDir, remoteDir)) { in copyInputFilesToHost()