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

  /external/chromium_org/chrome/nacl/
nacl_helper_linux.cc 131 bool IsSandboxed() {
249 // Check that IsSandboxed() works. We should not be sandboxed at this point.
250 CHECK(!IsSandboxed()) << "Unexpectedly sandboxed!";
268 if (!IsSandboxed()) {
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc 169 bool SetuidSandboxClient::IsSandboxed() const {

Completed in 541 milliseconds