Searched refs:config_dir (Results 1 – 2 of 2) sorted by relevance
123 def get_product_config(config_dir, product_name, company): argument124 company_path = os.path.join(config_dir, company)150 config = get_product_config(options.config_dir, options.product_name,
294 def _get_device_info_v2(self, device_name, config_dir) -> dict: argument295 device_config_file = os.path.join(config_dir,