Searched refs:command_string (Results 1 – 2 of 2) sorted by relevance
138 def _IssueCommand(self, command_string, timeout, retries=None): argument140 logging.info('Issuing command to ts_proxy_server: %s', command_string)142 self._proc.stdin.write('%s\n' % command_string)155 raise TsProxyServerError('Failed to execute command: %s', command_string)
1256 command_string = get_command_string(command)1262 '%s' % (_quote_long_string(command_string),1274 _quote_long_string(command_string),1302 command_string = get_command_string(command)1307 _quote_long_string(command_string)))1316 _quote_long_string(command_string),1970 command_string = ''1973 command_string += "'" + word.replace("'", "'\"'\"'") + "' "1974 return command_string[:-1]