Home
last modified time | relevance | path

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

/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/
H A Dsshconnection.cpp81 bool SshConnection::copyDirFrom(const QString &, const QString &) in copyDirFrom() function in MoleQueue::SshConnection
H A Dsshcommand.h154 virtual bool copyDirFrom(const QString &remoteDir, const QString &localDir);
H A Dsshconnection.h191 virtual bool copyDirFrom(const QString &remoteDir, const QString &localDir);
H A Dsshcommand.cpp128 bool SshCommand::copyDirFrom(const QString &remoteDir, const QString &localDir) in copyDirFrom() function in MoleQueue::SshCommand
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/
H A Dsshconnection.cpp81 bool SshConnection::copyDirFrom(const QString &, const QString &) in copyDirFrom() function in MoleQueue::SshConnection
H A Dsshcommand.h154 virtual bool copyDirFrom(const QString &remoteDir, const QString &localDir);
H A Dsshconnection.h191 virtual bool copyDirFrom(const QString &remoteDir, const QString &localDir);
H A Dsshcommand.cpp128 bool SshCommand::copyDirFrom(const QString &remoteDir, const QString &localDir) in copyDirFrom() function in MoleQueue::SshCommand
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dsshcommandtest.cpp123 m_ssh.copyDirFrom("/remote/path", "C:/local/path"); in testCopyDirFrom()
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dsshcommandtest.cpp123 m_ssh.copyDirFrom("/remote/path", "C:/local/path"); in testCopyDirFrom()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/queues/
H A Dremotessh.cpp431 if (!conn->copyDirFrom(remoteDir, localDir)) { in finalizeJobCopyFromServer()
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/queues/
H A Dremotessh.cpp431 if (!conn->copyDirFrom(remoteDir, localDir)) { in finalizeJobCopyFromServer()