Home
last modified time | relevance | path

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

/aosp12/bionic/libc/tools/
H A Dgensyscalls.py430 def main(arch, syscall_file): argument
432 parser.parse_file(syscall_file)
470 syscall_file = sys.argv[2] variable
471 main(arch, syscall_file)
/aosp12/bionic/libc/kernel/tools/
H A Dupdate_all.py113 syscall_file = os.path.join(libc_root, 'include/bits/glibc-syscalls.h')
114 updater.readFile(syscall_file)
115 updater.editFile(syscall_file, content)