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

  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.cc 33 bool IsSandboxed() {
74 // Check that IsSandboxed() works. We should not be sandboxed at this point.
75 CHECK(!IsSandboxed()) << "Unexpectedly sandboxed!";
86 CHECK(IsSandboxed());
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc 232 bool SetuidSandboxClient::IsSandboxed() const {

Completed in 93 milliseconds