HomeSort by relevance Sort by last modified time
    Searched refs:ForwardSyscall (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 85 // the system call that triggered the trap. The ForwardSyscall() method
90 // details. In other words, the return value from ForwardSyscall() is
92 static intptr_t ForwardSyscall(const struct arch_seccomp_data& args);
sandbox_bpf.cc 213 intptr_t SandboxBPF::ForwardSyscall(const struct arch_seccomp_data& args) {

Completed in 61 milliseconds