Home
last modified time | relevance | path

Searched refs:ns_sandbox_options (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.cc114 const Options& ns_sandbox_options) { in LaunchProcessWithOptions() argument
116 ns_sandbox_options); in LaunchProcessWithOptions()
123 const Options& ns_sandbox_options) { in LaunchProcessWithOptions() argument
131 if ((ns_type & ns_sandbox_options.ns_types) == 0) { in LaunchProcessWithOptions()
137 } else if (ns_sandbox_options.fail_on_unsupported_ns_type) { in LaunchProcessWithOptions()
Dnamespace_sandbox.h70 const Options& ns_sandbox_options);
74 const Options& ns_sandbox_options);
Dnamespace_sandbox_unittest.cc49 const NamespaceSandbox::Options& ns_sandbox_options) { in TestProcWithOptions() argument
62 MakeCmdLine(procname), launch_options, ns_sandbox_options); in TestProcWithOptions()