Lines Matching refs:working_path
27 working_path = os.getcwd() + '/' + working_dir_name # /path/to/lz4/tests/speedTest
28 clone_path = working_path + '/' + 'lz4' # /path/to/lz4/tests/speedTest/lz4
77 logFileName = working_path + '/' + 'tmpEmailContent'
184 commitFileName = working_path + "/commit_" + branch.replace("/", "_") + ".txt"
216 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt"
222 resultsFileName = working_path + "/results_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt"
227 resultsFileName = working_path + "/results32_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt"
232 resultsFileName = working_path + "/resultsClang_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt"
281 print("working_path=%s" % working_path)
297 if not os.path.isdir(working_path):
298 os.mkdir(working_path)
300 execute.cwd = working_path