Searched refs:config_path (Results 1 – 2 of 2) sorted by relevance
327 config_path = os.path.join(scriptdir, 'check_cfc.cfg') variable329 config.read(os.path.join(config_path))332 "using defaults.".format(config_path))
239 config_path = os.path.join(self.config.llvm_tools_dir, 'llvm-config')241 output, _ = self.get_process_output([config_path] + arguments)