Lines Matching refs:config
23 from hb_internal.common.config import Config
31 config = Config()
33 _ext_scan_path = os.path.join(config.root_path,
50 config.root_path, info.get('product_path'))
67 for company in os.listdir(config.vendor_path):
68 company_path = os.path.join(config.vendor_path, company)
90 bip_path = config.built_in_product_path
112 config = Config()
116 device_json = os.path.join(config.built_in_device_path,
133 os.path.join(config.root_path, _board_path)):
134 board_path = os.path.join(config.root_path, _board_path)
136 board_path = os.path.join(config.root_path, 'device',
141 board_path = os.path.join(config.root_path, 'device',
145 board_config_path = os.path.join(config.root_path,
166 config = Config()
168 …files = [os.path.join(config.root_path, file) for file in read_json_file(product_json).get('inheri…