Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_set_handler.py20 from .hdf_dot_config_file import HdfDotConfigFile
97 dot_config = HdfDotConfigFile(dot_config_path)
102 [HdfDotConfigFile(config) for config in orig_dot_configs]
H A Dhdf_module_kconfig_file.py16 from .hdf_dot_config_file import HdfDotConfigFile
121 self.dot_config = HdfDotConfigFile(dot_config_path)
H A Dhdf_dot_config_file.py23 class HdfDotConfigFile(object): class