Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc32 bool IsAllow() const override { return IsAction(SECCOMP_RET_ALLOW); } in IsAllow()
35 return IsAction(SECCOMP_RET_ERRNO) || IsAction(SECCOMP_RET_KILL); in IsDeny()
39 bool IsAction(uint32_t action) const { in IsAction() function in sandbox::bpf_dsl::__anon424c09e80111::ReturnResultExprImpl