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

  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc 133 BPF_ASSERT_NE(pid, tid);
202 BPF_ASSERT_NE(kInitPID, getpid());
baseline_policy_unittest.cc 150 BPF_ASSERT_NE(1, getpid());
  /external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tests.h 62 #define BPF_ASSERT_NE(x, y) BPF_ASSERT((x) != (y))

Completed in 34 milliseconds