Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dchecksyscalls.py21 syscalls_file = None variable
24 global linux_root, syscalls_file, verbose
55 syscalls_file = find_file_from_upwards(None, syscalls_txt) variable
56 if not syscalls_file:
60 print "parsing %s" % syscalls_file
66 parser.parse_file(syscalls_file)