Home
last modified time | relevance | path

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

/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py132 def GetPathRegex(self, name, regex_str, path=None): argument
145 match = re.match(regex_str, self.name)
151 return_paths = child.GetPathRegex(name, regex_str, full_path)
170 def ReorderDeps(self, name, regex_str): argument
184 paths = self.GetPathRegex(name, regex_str)
1417 for pkg_name, regex_str in DEPENDENCIES_REGEX.items():
1418 dep_tree.ReorderDeps(pkg_name, regex_str)