Lines Matching refs:Path
25 os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])),
39 self._abs_path_to_goma = os.path.abspath(path_to_goma)
57 return os.path.join(path_to_goma, 'goma_ctl.bat')
59 return os.path.join(path_to_goma, 'goma_ctl.sh')
63 os.environ['CC'] = (os.path.join(self._abs_path_to_goma, 'gomacc.exe') +
65 os.environ['CXX'] = (os.path.join(self._abs_path_to_goma, 'gomacc.exe') +
68 os.environ['PATH'] = os.pathsep.join([self._abs_path_to_goma,
69 os.environ['PATH']])
75 path_to_goma: Path to goma directory.
99 path_to_file: Path to the file.
223 os.chdir(os.path.join(path_to_file, '..'))
312 path_to_file: Path to the bisect-perf-regression.py script.
313 path_to_goma: Path to goma directory.
339 path_to_file: Path to the bisect-perf-regression.py script.
340 path_to_goma: Path to goma directory.
341 path_to_extra_src: Path to extra source file.
354 cmd = ['python', os.path.join(path_to_file, 'bisect-perf-regression.py'),
451 help='Path to goma directory. If this is supplied, goma '
455 help='Path to the config file to use. If this is supplied, '
457 'config file path. The script will attempt to load it '
461 help='Path to extra source file. If this is supplied, '
470 path_to_current_directory = os.path.abspath(os.path.dirname(sys.argv[0]))
476 path_to_bisect_cfg = os.path.join(path_to_current_directory,
495 perf_cfg_files = ['run-perf-test.cfg', os.path.join('..', 'third_party',
502 path_to_perf_cfg = os.path.join(
503 os.path.abspath(os.path.dirname(sys.argv[0])),