OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsRequiredForUnsafeTrap
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc
208
bool SandboxBPF::
IsRequiredForUnsafeTrap
(int sysno) {
209
return bpf_dsl::PolicyCompiler::
IsRequiredForUnsafeTrap
(sysno);
/external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc
456
bool PolicyCompiler::
IsRequiredForUnsafeTrap
(int sysno) {
Completed in 43 milliseconds