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

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.cc32 bool IsAllow() const override { return IsAction(SECCOMP_RET_ALLOW); }
35 return IsAction(SECCOMP_RET_ERRNO) || IsAction(SECCOMP_RET_KILL);
41 bool IsAction(uint32_t action) const { function in class:sandbox::bpf_dsl::__anon9232::ReturnResultExprImpl

Completed in 52 milliseconds