Home
last modified time | relevance | path

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

/external/zstd/tests/
Dtest-zstd-versions.py35 def execute(command, print_output=False, print_error=True, param_shell=False): argument
36 popen = Popen(command, stdout=PIPE, stderr=PIPE, shell=param_shell)
79 …'.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True)
81 …'.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True)
252 execute('cp ' + dict_files + ' ' + dict_source_path, param_shell=True)
DDEPRECATED-test-zstd-speed.py51 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
54 …s.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell, cwd=execute.cw…
/external/lz4/tests/
Dtest-lz4-list.py206 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
211 …open = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell)
Dtest-lz4-speed.py48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
51 …s.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell, cwd=execute.cw…