Home
last modified time | relevance | path

Searched refs:config_json_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_delete_handler.py141 if config_json_path.endswith(".hcs"):
143 elif config_json_path.endswith(".te"):
144 if config_json_path.endswith("type.te"):
146 elif config_json_path.endswith("hdf_service.te"):
148 elif config_json_path.endswith("hdf_host.te"):
151 elif config_json_path.endswith("group") \
152 or config_json_path.endswith("passwd"):
193 def _delete_interface_config_file(self, config_json_path): argument
194 file_config = hdf_utils.read_file(config_json_path)
210 def _delete_unittest_config_file(self, config_json_path): argument
[all …]
H A Dhdi_add_handler.py423 config_json_path = os.path.join(peripheral_folder, file_name)
424 file_info_str = hdf_utils.read_file(config_json_path)
432 hdf_utils.write_file(config_json_path,
434 temp_create = self.format_file_path(config_json_path, root)