Searched refs:param_shell (Results 1 – 3 of 3) sorted by relevance
/external/zstd/tests/ |
D | test-zstd-versions.py | 36 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)
|
D | DEPRECATED-test-zstd-speed.py | 51 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/ |
D | test-lz4-speed.py | 48 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…
|