Home
last modified time | relevance | path

Searched refs:device_path (Results 1 - 5 of 5) sorted by relevance

/build/hb/resolver/
H A Dset_args_resolver.py98 config.device_path = board_path
101 config.device_path = board_path
103 config.device_path = DeviceUtil.get_device_path(
109 config.device_config_path = config.device_path
H A Denv_args_resolver.py67 device_path = json_data.get('device_path', 'not set')
75 LogUtil.hb_info('device path: {}'.format(device_path))
H A Dbuild_args_resolver.py74 target_generator.regist_arg('device_path', config.device_path)
86 ProductUtil.get_compiler(config.device_path))
97 if ProductUtil.get_compiler(config.device_path) == 'clang':
/build/tools/
H A Dproduct_config_version_convert.py31 device_path = os.path.join(device_dir, f"{device}.json")
40 with open(device_path, "r", encoding='utf-8') as device_read:
/build/hb/resources/
H A Dconfig.py202 def device_path(self): member in Config
207 @device_path.setter
208 def device_path(self, value: str): member in Config
210 self.config_update('device_path', self._device_path)
214 return self.device_path.replace(self.root_path, '/')
382 self.device_path = config_content.get('device_path', None)

Completed in 3 milliseconds