Lines Matching full:sandbox
5 // Sandbox is a sandbox library for windows processes. Use when you want a
16 // there are cases where the Sandbox library is linked against the main .exe
25 #include "sandbox/win/src/sandbox_policy.h"
26 #include "sandbox/win/src/sandbox_types.h"
28 // sandbox: Google User-Land Application Sandbox
29 namespace sandbox {
58 // interface to specify the sandbox policy for new processes created by
69 // policy: This is the pointer to the policy object for the sandbox to
108 // Sandbox::GetTargetServices(). Note that this call returns a non-null
115 // enter into locked-down (sandbox) mode.
118 // TargetServices* target_services = Sandbox::GetTargetServices();
148 // process. The target process must be an active sandbox child process
162 } // namespace sandbox