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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 261 bool quiet_; member in class:playground2::Sandbox
sandbox_bpf.cc 215 : quiet_(false),
404 // By setting "quiet_ = true" we suppress messages for expected and benign
406 sandbox.quiet_ = true;
510 SANDBOX_DIE(quiet_ ? NULL : "Kernel refuses to enable no-new-privs");
513 SANDBOX_DIE(quiet_ ? NULL : "Kernel refuses to turn on BPF filters");
    [all...]

Completed in 41 milliseconds