OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SandboxDebuggingAllowedByUser
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf/
trap.h
38
//
SandboxDebuggingAllowedByUser
returns whether the
40
static bool
SandboxDebuggingAllowedByUser
();
trap.cc
261
if (!safe && !
SandboxDebuggingAllowedByUser
()) {
358
bool Trap::
SandboxDebuggingAllowedByUser
() {
370
if (
SandboxDebuggingAllowedByUser
()) {
sandbox_bpf.cc
225
if (Trap::
SandboxDebuggingAllowedByUser
()) {
Completed in 34 milliseconds