OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuidSandboxChild
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h
64
bool
IsSuidSandboxChild
() const;
setuid_sandbox_client_unittest.cc
79
EXPECT_TRUE(sandbox_client->
IsSuidSandboxChild
());
setuid_sandbox_client.cc
162
CHECK(
IsSuidSandboxChild
());
220
bool SetuidSandboxClient::
IsSuidSandboxChild
() const {
/external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.cc
77
if (setuid_sandbox_client_->
IsSuidSandboxChild
()) {
92
if (setuid_sandbox_client_->
IsSuidSandboxChild
()) {
/external/chromium_org/content/zygote/
zygote_main_linux.cc
398
DCHECK(setuid_sandbox->
IsSuidSandboxChild
());
574
linux_sandbox->setuid_sandbox_client()->
IsSuidSandboxChild
();
Completed in 240 milliseconds