Searched refs:find_section (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_manager_config_file.py | 104 old_device_range = hdf_utils.find_section(self.contents, device_config) 118 old_range = hdf_utils.find_section(self.contents, empty_device) 148 host_range = hdf_utils.find_section(self.contents, empty_section)
|
H A D | hdf_module_mk_file.py | 48 old_range = hdf_utils.find_section(self.contents, drv_section) 65 drv_range = hdf_utils.find_section(self.contents, empty_content)
|
H A D | hdf_vendor_mk_file.py | 54 old_range = hdf_utils.find_section(self.contents, module_) 65 old_range = hdf_utils.find_section(file_contents, module_content)
|
H A D | hdf_module_kconfig_file.py | 163 old_range = hdf_utils.find_section(file_content, old_content) 177 old_range = hdf_utils.find_section(file_content, old_content)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 88 def find_section(file_content, section_content): function
|