OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_ASSERT_LE
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc
68
BPF_ASSERT_LE
(0, ts.tv_nsec);
72
BPF_ASSERT_LE
(0, ts.tv_sec);
73
BPF_ASSERT_LE
(0, ts.tv_nsec);
baseline_policy_unittest.cc
51
BPF_ASSERT_LE
(0, read_end.get());
52
BPF_ASSERT_LE
(0, write_end.get());
80
BPF_ASSERT_LE
(1, getpid());
81
BPF_ASSERT_LE
(0, getuid());
/external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tests.h
65
#define
BPF_ASSERT_LE
(x, y) BPF_ASSERT((x) <= (y))
Completed in 2899 milliseconds