Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc441 EXPECT_FALSE(allow->IsDeny()); in TEST()
445 EXPECT_TRUE(error->IsDeny()); in TEST()
449 EXPECT_FALSE(trace->IsDeny()); in TEST()
453 EXPECT_TRUE(trap->IsDeny()); in TEST()
458 EXPECT_FALSE(maybe->IsDeny()); in TEST()
Dbpf_dsl.cc34 bool IsDeny() const override { in IsDeny() function in sandbox::bpf_dsl::__anon424c09e80111::ReturnResultExprImpl
62 bool IsDeny() const override { return true; } in IsDeny() function in sandbox::bpf_dsl::__anon424c09e80111::TrapResultExprImpl
212 bool ResultExprImpl::IsDeny() const { in IsDeny() function in sandbox::bpf_dsl::internal::ResultExprImpl
Dbpf_dsl_impl.h54 virtual bool IsDeny() const;
Dpolicy_compiler.cc104 CHECK(policy_->InvalidSyscall()->IsDeny()) in Compile()