Home
last modified time | relevance | path

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

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A Dmanage.cpp286 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in fixGui()
289 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in fixGui()
292 …remoteArgs.append("-e "+sshCommandPath+" -p " + countStr.setNum( Operation[currentOperation] -> Ge… in fixGui()
294 remoteArgs.append("-e "+sshCommandPath); in fixGui()
347 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in fixGui()
350 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in fixGui()
353 …remoteArgs.append("-e "+sshCommandPath+" -p " + countStr.setNum( Operation[currentOperation] -> Ge… in fixGui()
355 remoteArgs.append("-e "+sshCommandPath); in fixGui()
H A Dcommandline.cpp200 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in rsyncIT()
203 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in rsyncIT()
206 …remoteArgs.append("-e "+sshCommandPath+" -p " + countStr.setNum( Operation[currentOperation] -> Ge… in rsyncIT()
208 remoteArgs.append("-e "+sshCommandPath); in rsyncIT()
H A DwinDialog.cpp49 uiD.lineEdit_sshPath -> setText(sshCommandPath); in winDialog()
116 sshCommandPath = uiD.lineEdit_sshPath -> text(); in okay()
H A Dglobal.cpp185 QString sshCommandPath; variable
314sshCommandPath = sshDefaultWinCommand; // This is the d… in declareRsyncCommand()
320sshCommandPath = sshDefaultCommand; // This is the defa… in declareRsyncCommand()
326sshCommandPath = sshDefaultCommand; // This is the defa… in declareRsyncCommand()
1214 …exportArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in exportFullProfile()
1217 …exportArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in exportFullProfile()
1220 …exportArgs.append("-e "+sshCommandPath+" -p " + countStr.setNum( Operation[currentOperation] -> Ge… in exportFullProfile()
1222 exportArgs.append("-e "+sshCommandPath); in exportFullProfile()
1975 … arguments.append("-e "+sshCommandPath+" -i " + operationToAppend -> GetRemoteSSHPassword()); in AppendArguments()
1980 …arguments.append("-e "+sshCommandPath+" -p " + countStr.setNum(operationToAppend -> GetRemoteSSHPo… in AppendArguments()
[all …]
H A Dglobal.h205 …extern QString sshCommandPath; // holds the full path of the ssh command for WINDOWS or just "s…
H A Dexecutenow.cpp474 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in executeBeforeTask()
477 …remoteArgs.append("-e "+sshCommandPath+" -i " + Operation[currentOperation] -> GetRemoteSSHPasswo… in executeBeforeTask()
480 …remoteArgs.append("-e "+sshCommandPath+" -p " + countStr.setNum( Operation[currentOperation] -> Ge… in executeBeforeTask()
482 remoteArgs.append("-e "+sshCommandPath); in executeBeforeTask()
H A Dfunctions.cpp800 …out << "win_ssh_path=" << sshCommandPath << "\n"; //output the ssh path … in saveSettings()
877 …if (SettingsLine.startsWith("win_ssh_path=")) sshCommandPath = SettingsLine.remove("… in loadSettings()
942 if (vString == "win_ssh_path") sshCommandPath = v.toString(); in loadSettingsQV()
H A DmodifyDialog.cpp519 if (arguments[count].contains("-e "+sshCommandPath+" ")) in commandPressed()
1376 pTask -> SetSshCommand (sshCommandPath); in fillOperationArray()
/dports/devel/mutagen/mutagen-0.11.8/pkg/agent/transports/ssh/internal/ssh/
H A Dssh.go57 func sshCommandPath() (string, error) { func
71 nameOrPath, err := sshCommandPath()
H A Dssh_test.go16 if commandName, err := sshCommandPath(); err != nil {