Home
last modified time | relevance | path

Searched refs:RAW_SANDBOX_DIE (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc140 RAW_SANDBOX_DIE( in SigSysAction()
191 RAW_SANDBOX_DIE("Sanity checks are failing after receiving SIGSYS."); in SigSys()
198 RAW_SANDBOX_DIE("Cannot call clone() from an UnsafeTrap() handler."); in SigSys()
Ddie.h19 #define RAW_SANDBOX_DIE(m) sandbox::Die::RawSandboxDie(m) macro