Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_lite_mk_file.py38 def _find_all_vendors(self, current_vendor): argument
42 if re.search(self.target_format % current_vendor, line):
58 def set_vendor(self, current_vendor): argument
59 other_vendors = self._find_all_vendors(current_vendor)
64 (current_vendor, drivers_path)
H A Dhdf_lite_kconfig_file.py51 def set_vendor(self, current_vendor): argument
52 other_vendors = self._find_all_vendors(current_vendor)
56 (current_vendor, drivers_path)