Searched refs:working_path (Results 1 – 1 of 1) sorted by relevance
28 working_path = os.getcwd() + '/' + working_dir_name # /path/to/zstd/tests/speedTest variable29 clone_path = working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd78 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 …]