Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.cc239 return ReturnErrnoViaTrap(sandbox_compiler, ENOSYS); in InvalidSyscall()
243 ErrorCode ReturnErrnoViaTrap(SandboxBPF* sandbox_compiler, int err) const { in ReturnErrnoViaTrap() function in sandbox::__anon154197d70111::RedirectToUserSpacePolicyWrapper
254 ReturnErrnoViaTrap(sandbox_compiler, err->err() & SECCOMP_RET_DATA); in ChangeErrnoToTraps()