OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuidSandboxUpToDate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h
41
bool
IsSuidSandboxUpToDate
() const;
setuid_sandbox_client_unittest.cc
79
EXPECT_TRUE(sandbox_client->
IsSuidSandboxUpToDate
());
87
EXPECT_FALSE(sandbox_client->
IsSuidSandboxUpToDate
());
setuid_sandbox_client.cc
159
bool SetuidSandboxClient::
IsSuidSandboxUpToDate
() const {
/external/chromium_org/content/zygote/
zygote_main_linux.cc
342
if (!setuid_sandbox->
IsSuidSandboxUpToDate
()) {
Completed in 666 milliseconds