Searched refs:product_config_path (Results 1 – 5 of 5) sorted by relevance
30 product_config_path = ""61 if (product_config_path != "") {62 product_config = read_file("${product_config_path}/config.json", "json")
33 product_cfg = read_file("${product_config_path}/config.json", "json")
56 config.product_config_path = product_info.get(59 config.product_config_path = product_info.get('path')
64 'product_config_path', config.product_config_path)
89 self.product_config_path = config_content.get('product_config_path',271 def product_config_path(self): member in Config274 @product_config_path.setter275 def product_config_path(self, value: str): member in Config