Searched refs:config_file_path (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/ |
H A D | get_config_ini.py | 66 def get_ini_object(config_file_path, encoding=None): argument 75 config.read(config_file_path) 81 config.read(config_file_path, encoding=code) 87 raise Exception("Unknown encoding(%s)" % config_file_path) 89 config.read(config_file_path, encoding=encoding)
|
/ohos5.0/build/ohos/images/mkimage/ |
H A D | mkchip_ckm.py | 47 config_file_path = args.config_file_path 49 with open(args.config_file_path, 'r') as f:
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_linux_scann.py | 125 config_file_path = [] 128 config_file_path.append(os.path.join(parent_path, i)) 250 config_file_path = [] 253 config_file_path.append(os.path.join( 255 return config_file_path 260 config_file_path = self.scann_driver_configs(makefile_path) 271 "driver_configs": config_file_path, 281 "driver_configs": config_file_path,
|
/ohos5.0/build/ohos/images/ |
H A D | BUILD.gn | 385 config_file_path = "//build/ohos/images/mkimage/chip_ckm.txt" 395 rebase_path(config_file_path, root_build_dir),
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/ |
H A D | hdi_add_handler.py | 182 config_file_path = self.format_file_path(re_config_path, root) 183 self.result_json["config"].append(config_file_path)
|