Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy.cc14 ResultExpr Policy::InvalidSyscall() const { in InvalidSyscall() function in sandbox::bpf_dsl::Policy
Dpolicy.h28 virtual ResultExpr InvalidSyscall() const;
Dpolicy_compiler.cc80 return policy->InvalidSyscall()->HasUnsafeTraps(); in HasUnsafeTraps()
104 CHECK(policy_->InvalidSyscall()->IsDeny()) in Compile()
227 const CodeGen::Node invalid_node = CompileResult(policy_->InvalidSyscall()); in FindRanges()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy.h37 bpf_dsl::ResultExpr InvalidSyscall() const override;
Dbaseline_policy.cc280 ResultExpr BaselinePolicy::InvalidSyscall() const { in InvalidSyscall() function in sandbox::BaselinePolicy