Home
last modified time | relevance | path

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

/external/zstd/tests/
Dtest-zstd-versions.py36 def execute(command, print_output=False, print_error=True, param_shell=False): argument
37 popen = Popen(command, stdout=PIPE, stderr=PIPE, shell=param_shell)
83 …'.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True)
85 …'.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True)
264 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-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…