HomeSort by relevance Sort by last modified time
    Searched refs:IsAllow (Results 1 - 4 of 4) sorted by null

  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl_impl.h 50 // IsAllow returns whether the result expression is an "allow" result.
51 virtual bool IsAllow() const;
53 // IsAllow returns whether the result expression is a "deny" result.
bpf_dsl_unittest.cc 440 EXPECT_TRUE(allow->IsAllow());
444 EXPECT_FALSE(error->IsAllow());
448 EXPECT_FALSE(trace->IsAllow());
452 EXPECT_FALSE(trap->IsAllow());
457 EXPECT_FALSE(maybe->IsAllow());
bpf_dsl.cc 32 bool IsAllow() const override { return IsAction(SECCOMP_RET_ALLOW); }
215 bool ResultExprImpl::IsAllow() const {
policy_compiler.cc 112 CHECK(policy_->EvaluateSyscall(sysnum)->IsAllow())

Completed in 2816 milliseconds