Home
last modified time | relevance | path

Searched refs:subsystem_config_json (Results 1 - 4 of 4) sorted by relevance

/build/hb/resolver/
H A Dset_args_resolver.py82 if product_info.get('subsystem_config_json'):
83 config.subsystem_config_json = product_info.get(
84 'subsystem_config_json')
86 config.subsystem_config_json = 'build/subsystem_config.json'
/build/hb/services/
H A Dpreloader.py244 self._outputs.subsystem_config_json, self._subsystem_info)
289 self._dirs.subsystem_config_json)
295 self._dirs.source_root_dir, self._dirs.subsystem_config_json)
/build/hb/resources/
H A Dconfig.py251 def subsystem_config_json(self): member in Config
254 @subsystem_config_json.setter
255 def subsystem_config_json(self, value: str): member in Config
257 self.config_update('subsystem_config_json',
397 self.subsystem_config_json = config_content.get(
398 'subsystem_config_json', None)
/build/hb/util/preloader/
H A Dpreloader_process_data.py41 self.subsystem_config_json = os.path.join(output_dir,
69 self.subsystem_config_json = os.path.join(
70 config.root_path, config.subsystem_config_json)

Completed in 3 milliseconds