Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc440 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()
Dbpf_dsl_impl.h51 virtual bool IsAllow() const;
Dbpf_dsl.cc32 bool IsAllow() const override { return IsAction(SECCOMP_RET_ALLOW); } in IsAllow() function in sandbox::bpf_dsl::__anon424c09e80111::ReturnResultExprImpl
208 bool ResultExprImpl::IsAllow() const { in IsAllow() function in sandbox::bpf_dsl::internal::ResultExprImpl
Dpolicy_compiler.cc112 CHECK(policy_->EvaluateSyscall(sysnum)->IsAllow()) in Compile()