OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPanicFunc
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h
41
//
SetPanicFunc
sets the callback function used for handling faulty
45
void
SetPanicFunc
(PanicFunc panic_func);
policy_compiler.cc
129
void PolicyCompiler::
SetPanicFunc
(PanicFunc panic_func) {
/external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc
228
compiler.
SetPanicFunc
(SandboxPanic);
Completed in 1395 milliseconds