Searched refs:PERF_OUTPUT_DIR (Results 1 – 3 of 3) sorted by relevance
69 if os.path.exists(constants.PERF_OUTPUT_DIR):70 shutil.rmtree(constants.PERF_OUTPUT_DIR)71 os.makedirs(constants.PERF_OUTPUT_DIR)
84 file_name = os.path.join(constants.PERF_OUTPUT_DIR, test_name)105 file_name = os.path.join(constants.PERF_OUTPUT_DIR, test_name)175 pickled = os.path.join(constants.PERF_OUTPUT_DIR,186 with file(os.path.join(constants.PERF_OUTPUT_DIR,
136 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results') variable