Searched refs:config_dir (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_driver_config_file.py | 35 self.config_dir = os.path.join(board_path, 'hdf_config') 36 self.drv_dir = os.path.join(self.config_dir, self.module) 41 manager_hcs_path = os.path.join(self.config_dir, 'device_info', 44 hdf_hcs_path = os.path.join(self.config_dir, 'hdf.hcs')
|
/ohos5.0/build/hb/util/preloader/ |
H A D | parse_vendor_product_config.py | 123 def get_product_config(config_dir, product_name, company): argument 124 company_path = os.path.join(config_dir, company) 150 config = get_product_config(options.config_dir, options.product_name,
|
H A D | preloader_process_data.py | 295 def _get_device_info_v2(self, device_name, config_dir) -> dict: argument 296 device_config_file = os.path.join(config_dir,
|