Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Derrorcode.cc49 : error_type_(ET_COND), in ErrorCode()
68 } else if (error_type_ == ET_COND) { in Equals()
90 } else if (error_type_ == ET_COND) { in LessThan()
Derrorcode.h105 ET_COND, enumerator
Dverifier.cc44 } else if (code.error_type() == ErrorCode::ET_COND) { in EvaluateErrorCode()
81 } else if (code.error_type() == ErrorCode::ET_COND) { in VerifyErrorCode()
Dsandbox_bpf.cc256 } else if (err->error_type() == ErrorCode::ET_COND) { in ChangeErrnoToTraps()
889 case ErrorCode::ET_COND: in RetExpression()