Home
last modified time | relevance | path

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

/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py318 def build_dep_tree(name, pkgdir, dep_added, head, branch, dep_tree=None): argument
330 dep_tree Current dependency tree node
332 if not dep_tree:
333 dep_tree = head
352 new_child = dep_tree.AddChild(dep)
1438 dep_tree = DepTree(UNIT_TEST_PKG)
1439 build_dep_tree(UNIT_TEST_PKG, CODE_SCAN_DIR, dep_added, dep_tree, BRANCH)
1443 dep_tree.ReorderDeps(pkg_name, regex_str)
1445 dep_tree.PrintTree()
1447 install_list = dep_tree
1432 dep_tree = DepTree(UNIT_TEST_PKG) global() variable
[all...]