Lines Matching refs:command_string
113 global command_string
116 command_string = " ".join(command_string)
117 set_pgm_arg(command_string)
118 valid_value(command_string)
132 prefix = command_string.split(" ")[0]
149 def script_func(command_string, status_file_path): argument
163 + escape_bash_quotes(command_string)
190 def tee_func(command_string, status_file_path): argument
201 + command_string
223 term_requests={"pgm_names": [command_string.split(" ")[0]]}
252 shell_rc = tee_func(command_string, status_file_path)
254 shell_rc = script_func(command_string, status_file_path)
260 cmd_buf = command_string + " >> " + status_file_path + " 2>&1"