Home | History | Annotate | Download | only in tools

Lines Matching refs:path_to_file

93 def _LoadConfigFile(path_to_file):
98 path_to_file: Path to the file.
108 execfile(path_to_file, local_vars)
164 def _RunPerformanceTest(config, path_to_file):
166 os.chdir(os.path.join(path_to_file, '..'))
249 def _SetupAndRunPerformanceTest(config, path_to_file, path_to_goma):
255 path_to_file: Path to the bisect-perf-regression.py script.
264 _RunPerformanceTest(config, path_to_file)
272 def _RunBisectionScript(config, working_directory, path_to_file, path_to_goma,
282 path_to_file: Path to the bisect-perf-regression.py script.
297 cmd = ['python', os.path.join(path_to_file, 'bisect-perf-regression.py'),