Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Derrorcode.cc19 error_type_ = ET_SIMPLE; in ErrorCode()
23 error_type_ = ET_SIMPLE; in ErrorCode()
28 error_type_ = ET_SIMPLE; in ErrorCode()
66 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP) { in Equals()
88 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP) { in LessThan()
Derrorcode.h103 ET_SIMPLE, enumerator
Dverifier.cc41 if (code.error_type() == ErrorCode::ET_SIMPLE || in EvaluateErrorCode()
65 if (code.error_type() == ErrorCode::ET_SIMPLE || in VerifyErrorCode()
Dsandbox_bpf.cc250 if (err->error_type() == ErrorCode::ET_SIMPLE && in ChangeErrnoToTraps()
263 } else if (err->error_type() == ErrorCode::ET_SIMPLE && in ChangeErrnoToTraps()
891 case ErrorCode::ET_SIMPLE: in RetExpression()