OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSandboxed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc
175
bool SetuidSandboxClient::
IsSandboxed
() const {
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
180
bool
IsSandboxed
() {
235
if (!
IsSandboxed
()) {
370
// Check that
IsSandboxed
() works. We should not be sandboxed at this point.
371
CHECK(!
IsSandboxed
()) << "Unexpectedly sandboxed!";
Completed in 165 milliseconds