Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.h93 static intptr_t ForwardSyscall(const struct arch_seccomp_data& args);
Dsandbox_bpf.cc212 intptr_t SandboxBPF::ForwardSyscall(const struct arch_seccomp_data& args) { in ForwardSyscall() function in sandbox::SandboxBPF