Searched defs:archs (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/tools/
H A Dfind_headers.py24 -a <archs> used to specify an alternative list
83 archs = [] variable
88 archs.append(archdir)
94 if len(archs) == 0:
98 archs = [ "arm", "mips"] variable
100 # if the user has specified some architectures with -a <archs> ensure that
108 if arch not in archs:
117 archs = wanted_archs variable
148 hparser = kernel.KernelHeaderFinder(headers,archs,kernel_root,kernel_config)

Completed in 83 milliseconds