Home
last modified time | relevance | path

Searched refs:SandboxDebuggingAllowedByUser (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc261 if (!safe && !SandboxDebuggingAllowedByUser()) { in Add()
358 bool Trap::SandboxDebuggingAllowedByUser() { in SandboxDebuggingAllowedByUser() function in sandbox::Trap
370 if (SandboxDebuggingAllowedByUser()) { in EnableUnsafeTraps()
Dtrap.h40 static bool SandboxDebuggingAllowedByUser();
Dsandbox_bpf.cc224 if (Trap::SandboxDebuggingAllowedByUser()) { in AssembleFilter()