HomeSort by relevance Sort by last modified time
    Searched refs:ET_COND (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 43 : error_type_(ET_COND),
65 } else if (error_type_ == ET_COND) {
87 } else if (error_type_ == ET_COND) {
errorcode.h 114 ET_COND,
verifier.cc 37 } else if (code.error_type() == ErrorCode::ET_COND) {
101 } else if (code.error_type() == ErrorCode::ET_COND) {
sandbox_bpf.cc 802 if (err.error_type_ == ErrorCode::ET_COND) {
    [all...]

Completed in 3566 milliseconds