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

  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 69 return sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
74 sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
78 sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
90 return sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
92 sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
94 sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
100 return sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL, TCGETS,
102 sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL, FIONREAD,
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
    [all...]
baseline_policy.cc 94 return sandbox->Cond(0, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL, AF_UNIX,
102 return sandbox->Cond(2, ErrorCode::TP_32BIT,
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 288 ErrorCode::TP_32BIT,
306 ErrorCode::TP_32BIT,
803 ErrorCode::TP_32BIT,
812 ErrorCode::TP_32BIT,
817 ErrorCode::TP_32BIT,
    [all...]
errorcode.h 49 // When passed as an argument to SandboxBPF::Cond(), TP_32BIT requests that
59 // Implementation detail: TP_32BIT does two things. 1) it restricts the
65 TP_32BIT,
verifier.cc 38 if (code.width() == ErrorCode::TP_32BIT &&
47 (code.width() == ErrorCode::TP_32BIT
55 ((code.width() == ErrorCode::TP_32BIT
64 (code.width() == ErrorCode::TP_32BIT
127 if (code.width() == ErrorCode::TP_32BIT) {
demo.cc 329 return sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
332 sandbox->Cond(1, ErrorCode::TP_32BIT, ErrorCode::OP_EQUAL,
sandbox_bpf.cc     [all...]
  /external/chromium_org/content/common/sandbox_linux/
bpf_cros_arm_gpu_policy_linux.cc 181 return sandbox->Cond(0, ErrorCode::TP_32BIT,

Completed in 33 milliseconds