Home
last modified time | relevance | path

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

/build/hb/resolver/
H A Dset_args_resolver.py91 if product_info.get('subsystem_config_overlay_json'):
92 config.subsystem_config_overlay_json = product_info.get(
93 'subsystem_config_overlay_json')
95 config.subsystem_config_overlay_json = subsystem_config_overlay_path
/build/hb/resources/
H A Dconfig.py261 def subsystem_config_overlay_json(self): member in Config
264 @subsystem_config_overlay_json.setter
265 def subsystem_config_overlay_json(self, value: str): member in Config
267 self.config_update('subsystem_config_overlay_json',
/build/hb/util/preloader/
H A Dpreloader_process_data.py43 self.subsystem_config_overlay_json = os.path.join(output_dir,
71 self.subsystem_config_overlay_json = os.path.join(config.product_path,

Completed in 3 milliseconds