OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSandboxed
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h
70
bool
IsSandboxed
() const;
setuid_sandbox_client_unittest.cc
89
EXPECT_FALSE(sandbox_client->
IsSandboxed
());
setuid_sandbox_client.cc
232
bool SetuidSandboxClient::
IsSandboxed
() const {
/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/extensions/common/
csp_validator_unittest.cc
172
TEST(ExtensionCSPValidator,
IsSandboxed
) {
/external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc
189
if (setuid_sandbox_client_->
IsSandboxed
()) {
Completed in 4428 milliseconds