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