Searched refs:ReturnErrnoViaTrap (Results 1 – 1 of 1) sorted by relevance
239 return ReturnErrnoViaTrap(sandbox_compiler, ENOSYS); in InvalidSyscall()243 ErrorCode ReturnErrnoViaTrap(SandboxBPF* sandbox_compiler, int err) const { in ReturnErrnoViaTrap() function in sandbox::__anon154197d70111::RedirectToUserSpacePolicyWrapper254 ReturnErrnoViaTrap(sandbox_compiler, err->err() & SECCOMP_RET_DATA); in ChangeErrnoToTraps()