Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/tests/
H A Dtest-zstd-versions.py100 def create_dict(tag, dict_source_path, fallback_tag=None): argument
103 cFiles = glob.glob(dict_source_path + "/*.c")
104 hFiles = glob.glob(dict_source_path + "/*.h")
225 dict_source_path = tmp_dir + '/' + dict_source # /path/to/zstd/tests/versionsTest/dict_source variable
279 if not os.path.isdir(dict_source_path):
280 os.mkdir(dict_source_path)
285 print("copying " + file + " to " + dict_source_path)
286 shutil.copy(file, dict_source_path)
292 create_dict(head, dict_source_path)
296 create_dict(tag, dict_source_path, head)