Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py72 def create_dict(tag, dict_source_path): argument
75 cFiles = glob.glob(dict_source_path + "/*.c")
76 hFiles = glob.glob(dict_source_path + "/*.h")
202 dict_source_path = tmp_dir + '/' + dict_source # /path/to/zstd/tests/versionsTest/dict_source variable
248 if not os.path.isdir(dict_source_path):
249 os.mkdir(dict_source_path)
250 print('cp ' + dict_files + ' ' + dict_source_path)
251 execute('cp ' + dict_files + ' ' + dict_source_path, param_shell=True)
259 create_dict(tag, dict_source_path)