Searched refs:PERF_OUTPUT_DIR (Results 1 – 3 of 3) sorted by relevance
34 if os.path.exists(constants.PERF_OUTPUT_DIR):35 shutil.rmtree(constants.PERF_OUTPUT_DIR)36 os.makedirs(constants.PERF_OUTPUT_DIR)
68 file_name = os.path.join(constants.PERF_OUTPUT_DIR, test_name)134 pickled = os.path.join(constants.PERF_OUTPUT_DIR,145 with file(os.path.join(constants.PERF_OUTPUT_DIR,
120 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results') variable