Searched refs:dot_config_path (Results 1 – 4 of 4) sorted by relevance
24 def __init__(self, dot_config_path): argument25 self.file_path = dot_config_path26 if os.path.exists(dot_config_path):27 self.lines = hdf_utils.read_file_lines(dot_config_path)
96 dot_config_path = hdf_utils.get_liteos_a_dot_config_path(root)97 dot_config = HdfDotConfigFile(dot_config_path)
120 dot_config_path = hdf_utils.get_liteos_a_dot_config_path(self.root)121 self.dot_config = HdfDotConfigFile(dot_config_path)
109 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]