Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dssh.py273 def GetBaseCmd(self, execute_bin): argument
291 base_cmd = [utils.FindExecutable(execute_bin)]
296 if execute_bin == constants.SSH_BIN:
300 if execute_bin == constants.SCP_BIN:
303 raise errors.UnknownType("Don't support the execute bin %s." % execute_bin)