Searched refs:IsAllow (Results 1 – 4 of 4) sorted by relevance
440 EXPECT_TRUE(allow->IsAllow()); in TEST()444 EXPECT_FALSE(error->IsAllow()); in TEST()448 EXPECT_FALSE(trace->IsAllow()); in TEST()452 EXPECT_FALSE(trap->IsAllow()); in TEST()457 EXPECT_FALSE(maybe->IsAllow()); in TEST()
51 virtual bool IsAllow() const;
32 bool IsAllow() const override { return IsAction(SECCOMP_RET_ALLOW); } in IsAllow() function in sandbox::bpf_dsl::__anon424c09e80111::ReturnResultExprImpl208 bool ResultExprImpl::IsAllow() const { in IsAllow() function in sandbox::bpf_dsl::internal::ResultExprImpl
112 CHECK(policy_->EvaluateSyscall(sysnum)->IsAllow()) in Compile()