Home
last modified time | relevance | path

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

/linux/tools/lib/python/abi/
H A Dsystem_symbols.py45 def print_graph(self, root_prefix="", root=None, level=0): argument
77 print(root_prefix + last_prefix + k)
78 p = root_prefix
83 print(root_prefix + prefix + k)
84 p = root_prefix + "│ "