Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-speed.py28 working_path = os.getcwd() + '/' + working_dir_name # /path/to/zstd/tests/speedTest variable
29 clone_path = working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd
78 logFileName = working_path + '/' + 'tmpEmailContent'
193 commitFileName = working_path + "/commit_" + branch.replace("/", "_") + ".txt"
225 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt"
238 …resultsFileName = working_path + "/results_" + branch.replace("/", "_") + "_" + fileName.replace("…
243 …resultsFileName = working_path + "/results32_" + branch.replace("/", "_") + "_" + fileName.replace…
305 print("working_path=%s" % working_path)
322 if not os.path.isdir(working_path):
323 os.mkdir(working_path)
[all …]