Home
last modified time | relevance | path

Searched refs:product_config_path (Results 1 - 3 of 3) sorted by relevance

/build/hb/resolver/
H A Dset_args_resolver.py55 if product_info.get('product_config_path'):
56 config.product_config_path = product_info.get(
57 'product_config_path')
59 config.product_config_path = product_info.get('path')
H A Dbuild_args_resolver.py71 'product_config_path', config.product_config_path)
/build/hb/resources/
H A Dconfig.py242 def product_config_path(self): member in Config
245 @product_config_path.setter
246 def product_config_path(self, value: str): member in Config
248 self.config_update('product_config_path', self._product_config_path)
395 self.product_config_path = config_content.get('product_config_path',

Completed in 3 milliseconds