Lines Matching refs:headers
3 # this program is used to find source code that includes linux kernel headers directly
30 this program is used to find all the kernel headers that are used
126 #destdir = "/tmp/bionic-kernel-headers/"
142 dir_excludes=[".repo","external/kernel-headers","ndk","out","prebuilt","bionic/libc/kernel","development/ndk","external/qemu/distrib"]
144 headers = fparser.getHeaders()
147 # now recursively scan the kernel headers for additionnal sub-included headers
148 hparser = kernel.KernelHeaderFinder(headers,archs,kernel_root,kernel_config)
149 headers = hparser.scanForAllArchs()
154 print "the following %d headers:" % len(headers)
155 for h in sorted(headers):
167 for h in sorted(headers):