OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsafeTrap
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl.h
62
// | Trap(trap_func, aux) |
UnsafeTrap
(trap_func, aux)
109
//
UnsafeTrap
is like Trap, except the policy is marked as "unsafe"
115
// If even a single system call returns "
UnsafeTrap
", the security of
118
UnsafeTrap
(TrapRegistry::TrapFnc trap_func, const void* aux);
bpf_dsl.cc
267
ResultExpr
UnsafeTrap
(TrapRegistry::TrapFnc trap_func, const void* aux) {
bpf_dsl_unittest.cc
468
ResultExpr unsafe =
UnsafeTrap
(DummyTrap, nullptr);
Completed in 66 milliseconds