Searched refs:framework_hdf (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_add_handler.py | 104 if not os.path.exists(framework_hdf): 107 framework_hdf, CommandErrorCode.TARGET_NOT_EXIST) 123 framework_hdf, driver_file_path, args_tuple) 134 def diff_type_module_add_operation(self, framework_hdf, argument 142 framework_hdf, driver_file_path, 164 framework_hdf, adapter_model_path, 169 framework_hdf, adapter_model_path, 192 template_path = os.path.join(framework_hdf, temp_path) 243 template_path = os.path.join(framework_hdf, temp_path) 297 template_path = os.path.join(framework_hdf, temp_path) [all …]
|