Home
last modified time | relevance | path

Searched refs:analyzed_deps (Results 1 – 1 of 1) sorted by path

/qemu/scripts/
H A Dnsis.py21 def find_deps(exe_or_dll, search_path, analyzed_deps): argument
30 if dep in analyzed_deps:
38 analyzed_deps.add(dep)
40 rdeps = find_deps(dll, search_path, analyzed_deps)