Lines Matching refs:status_file_path
140 global status_file_path
142 status_file_path = status_dir_path + status_file_name
144 os.environ["AUTO_STATUS_FILE_PATH"] = status_file_path
146 os.environ["AUTOSCRIPT_STATUS_FILE_PATH"] = status_file_path
149 def script_func(command_string, status_file_path): argument
161 + status_file_path
178 + status_file_path
190 def tee_func(command_string, status_file_path): argument
203 + status_file_path
212 with open(status_file_path, "a") as status_file:
237 "get_file_path_url.py " + status_file_path
242 with open(status_file_path, "w+") as status_file:
247 print_var(status_file_path)
248 status_file.write(sprint_var(status_file_path))
252 shell_rc = tee_func(command_string, status_file_path)
254 shell_rc = script_func(command_string, status_file_path)
258 print_var(status_file_path)
260 cmd_buf = command_string + " >> " + status_file_path + " 2>&1"
262 with open(status_file_path, "a") as status_file:
268 with open(status_file_path, "a") as status_file:
272 status_file.write(sprint_var(status_file_path))