Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Derrorcode.cc12 ErrorCode::ErrorCode() : error_type_(ET_INVALID), err_(SECCOMP_RET_INVALID) { in ErrorCode()
60 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) { in Equals()
82 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) { in LessThan()
Derrorcode.h102 ET_INVALID, enumerator