Lines Matching refs:config_update
75 self.config_update('component_type', self._component_type)
84 self.config_update('target_os', self._target_os)
93 self.config_update('target_cpu', self._target_cpu)
102 self.config_update('version', self._version)
111 self.config_update('compile_config', self._compile_config)
120 self.config_update('os_level', self._os_level)
129 self.config_update('product_json', self._product_json)
142 self.config_update('root_path', self._root_path)
153 self.config_update('board', self._board)
164 self.config_update('device_company', self._device_company)
173 self.config_update('kernel', self._kernel)
184 self.config_update('product', self._product)
195 self.config_update('product_path', self._product_path)
210 self.config_update('device_path', self._device_path)
230 self.config_update('out_path', self._out_path)
239 self.config_update('device_config_path', self._device_config_path)
248 self.config_update('product_config_path', self._product_config_path)
257 self.config_update('subsystem_config_json',
267 self.config_update('subsystem_config_overlay_json',
281 self.config_update('log_mode', self._log_mode)
286 self.config_update('support_cpu', self._support_cpu)
367 self.config_update('patch_cache', self._patch_cache)
369 def config_update(self, key: str, value: str): member in Config