Home
last modified time | relevance | path

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

/external/llvm-project/lldb/scripts/
Danalyze-project-deps.py68 inc_files = [x for x in files if os.path.splitext(x)[1] in [".h"]] variable
70 for inc in inc_files: