Searched refs:config_path (Results 1 – 3 of 3) sorted by relevance
368 config_path = os.path.join(scriptdir, "check_cfc.cfg") variable370 config.read(os.path.join(config_path))372 print("Could not read config from {}, " "using defaults.".format(config_path))
211 foreach(config_path IN LISTS LIBC_CONFIG_JSON_FILE_LIST)213 message(STATUS "Loading additional config: '${config_path}/config.json'")215 load_libc_config(${config_path}/config.json ${cmd_line_conf})
279 config_path = os.path.join(self.config.llvm_tools_dir, "llvm-config")281 output, _ = self.get_process_output([config_path] + arguments)