Home
last modified time | relevance | path

Searched refs:get_resources_file_path (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_get_handler.py187 resources_path = HdfToolSettings().get_resources_file_path()
238 resources_path = HdfToolSettings().get_resources_file_path()
H A Dhdf_add_handler.py446 resources_path = self.hdf_tool.get_resources_file_path()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_settings.py146 def get_resources_file_path(self): member in HdfToolSettings