OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:using_suid_sandbox_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h
92
bool
using_suid_sandbox_
;
member in class:content::ZygoteHostImpl
zygote_host_impl_linux.cc
82
using_suid_sandbox_
(false),
145
using_suid_sandbox_
= !sandbox_cmd.empty();
153
if (
using_suid_sandbox_
) {
167
if (
using_suid_sandbox_
) {
466
if (
using_suid_sandbox_
&& !selinux) {
490
} else if (!
using_suid_sandbox_
) {
Completed in 589 milliseconds