HomeSort by relevance Sort by last modified time
    Searched defs:UnsafeTrap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl.cc 112 return sb->UnsafeTrap(func_, arg_);
296 ResultExpr UnsafeTrap(Trap::TrapFnc trap_func, const void* aux) {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 170 // Checks whether the "insn" returns an UnsafeTrap() ErrorCode. If so, it
200 // When inside an UnsafeTrap() callback, we want to allow all system calls.
704 // If there is at least one UnsafeTrap() in our program, the entire sandbox
708 // UnsafeTrap().
725 "Support for UnsafeTrap() has not yet been ported to this "
733 "Policies that use UnsafeTrap() must unconditionally allow all "
739 // We should never be able to get here, as UnsafeTrap() should never
    [all...]

Completed in 1153 milliseconds