Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_device_info_hcs.py88 template_file_path = os.path.join(
90 return self.add_model_hcs_config_common(template_file_path)
93 template_file_path = os.path.join(
95 return self.add_model_hcs_config_common(template_file_path)
97 def add_model_hcs_config_common(self, template_file_path): argument
100 hdf_utils.read_file_lines(template_file_path)))
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py33 self.template_file_path = hdf_utils.get_template_file_path(self.root)
34 if not os.path.exists(self.template_file_path):
37 self.template_file_path, CommandErrorCode.TARGET_NOT_EXIST)
136 self.driver, self.template_file_path)
532 self.driver, self.template_file_path)