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

  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h 47 bool IsInNewNETNamespace() const;
setuid_sandbox_client_unittest.cc 82 EXPECT_FALSE(sandbox_client->IsInNewNETNamespace());
setuid_sandbox_client.cc 171 bool SetuidSandboxClient::IsInNewNETNamespace() const {
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 172 if (setuid_sandbox_client_->IsInNewNETNamespace())

Completed in 32 milliseconds