Home
last modified time | relevance | path

Searched refs:product_config_path (Results 1 – 5 of 5) sorted by relevance

/build/lite/
Dohos_var.gni30 product_config_path = ""
61 if (product_config_path != "") {
62 product_config = read_file("${product_config_path}/config.json", "json")
DBUILD.gn33 product_cfg = read_file("${product_config_path}/config.json", "json")
/build/hb/resolver/
Dset_args_resolver.py56 config.product_config_path = product_info.get(
59 config.product_config_path = product_info.get('path')
Dbuild_args_resolver.py64 'product_config_path', config.product_config_path)
/build/hb/resources/
Dconfig.py89 self.product_config_path = config_content.get('product_config_path',
271 def product_config_path(self): member in Config
274 @product_config_path.setter
275 def product_config_path(self, value: str): member in Config