Lines Matching refs:path
130 def load_arch_syscall_header(path): argument
142 with open(path) as inp:
178 def __init__(self, name, path): argument
180 self.path = path
184 self.name, self.path)
189 sysdeps = os.path.join(topdir, 'sysdeps', 'unix', 'sysv', 'linux')
195 name=os.path.relpath(root, sysdeps),
196 path=os.path.join(root, filename))
205 topdir = os.path.realpath(os.path.join(
206 os.path.dirname(os.path.realpath(__file__)), *('..',) * 4))
222 for header in sorted([syscall.path for syscall
231 table.numbers = load_arch_syscall_header(table.path)