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

  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 72 const int rv = sys_seccomp(operation, flags, nullptr);
94 sys_seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, nullptr);
266 sys_seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, &prog);
  /external/libchrome/sandbox/linux/services/
syscall_wrappers.h 46 SANDBOX_EXPORT int sys_seccomp(unsigned int operation,
syscall_wrappers.cc 72 int sys_seccomp(unsigned int operation, function in namespace:sandbox
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 703 __SYSCALL(__NR_seccomp, sys_seccomp)

Completed in 46 milliseconds