Home
last modified time | relevance | path

Searched refs:BPF_ASSERT_NE (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc136 BPF_ASSERT_NE(pid, tid); in SchedGetParamThread()
207 BPF_ASSERT_NE(kInitPID, getpid()); in BPF_DEATH_TEST_C()
Dbaseline_policy_unittest.cc150 BPF_ASSERT_NE(1, getpid()); in BPF_DEATH_TEST_C()
/external/libchrome/sandbox/linux/seccomp-bpf/
Dbpf_tests.h64 #define BPF_ASSERT_NE(x, y) BPF_ASSERT((x) != (y)) macro