Home
last modified time | relevance | path

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 Dget_config_ini.py66 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 Dmkchip_ckm.py47 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 Dhdf_linux_scann.py125 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 DBUILD.gn385 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 Dhdi_add_handler.py182 config_file_path = self.format_file_path(re_config_path, root)
183 self.result_json["config"].append(config_file_path)