Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.cc233 ChangeErrnoToTraps(&err, sandbox_compiler); in EvaluateSyscall()
249 void ChangeErrnoToTraps(ErrorCode* err, SandboxBPF* sandbox_compiler) const { in ChangeErrnoToTraps() function in sandbox::__anon154197d70111::RedirectToUserSpacePolicyWrapper
258 ChangeErrnoToTraps((ErrorCode*)err->passed(), sandbox_compiler); in ChangeErrnoToTraps()
259 ChangeErrnoToTraps((ErrorCode*)err->failed(), sandbox_compiler); in ChangeErrnoToTraps()