Home
last modified time | relevance | path

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

/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
Ddepstree.py88 traversal_path): argument
120 if required_namespace in traversal_path:
121 traversal_path.append(required_namespace) # do this *after* the test
124 raise CircularDependencyError(traversal_path)
129 traversal_path.append(required_namespace)
135 traversal_path)
138 traversal_path.pop()