Home
last modified time | relevance | path

Searched refs:dot_config_path (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_dot_config_file.py24 def __init__(self, dot_config_path): argument
25 self.file_path = dot_config_path
26 if os.path.exists(dot_config_path):
27 self.lines = hdf_utils.read_file_lines(dot_config_path)
H A Dhdf_set_handler.py96 dot_config_path = hdf_utils.get_liteos_a_dot_config_path(root)
97 dot_config = HdfDotConfigFile(dot_config_path)
H A Dhdf_module_kconfig_file.py120 dot_config_path = hdf_utils.get_liteos_a_dot_config_path(self.root)
121 self.dot_config = HdfDotConfigFile(dot_config_path)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_settings.py109 dot_config_path = board.get(self.dot_config_path_key, '')
110 if not dot_config_path:
113 return [os.path.join(dot_config_path, config) for config in configs]