OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archdir
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/tools/
find_headers.py
84
for
archdir
in os.listdir(kernel_root+"/arch"):
85
if os.path.exists("%s/arch/%s/include/asm" % (kernel_root,
archdir
)):
87
print "Found arch '%s'" %
archdir
88
archs.append(
archdir
)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
[
all
...]
Completed in 73 milliseconds