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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 97 OP_HAS_ANY_BITS,
verifier.cc 62 case ErrorCode::OP_HAS_ANY_BITS:
161 case ErrorCode::OP_HAS_ANY_BITS:
173 (!code.value() && code.op() == ErrorCode::OP_HAS_ANY_BITS) ||
183 code.op() == ErrorCode::OP_HAS_ANY_BITS)
sandbox_bpf_unittest.cc 804 ErrorCode::OP_HAS_ANY_BITS,
    [all...]
sandbox_bpf.cc     [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 116 return sandbox->Cond(3, ErrorCode::TP_32BIT, ErrorCode::OP_HAS_ANY_BITS,
128 return sandbox->Cond(2, ErrorCode::TP_32BIT, ErrorCode::OP_HAS_ANY_BITS,
161 ErrorCode::OP_HAS_ANY_BITS, denied_mask,

Completed in 34 milliseconds