HomeSort by relevance Sort by last modified time
    Searched refs:SetSandboxPolicy (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_android.cc 49 sandbox.SetSandboxPolicy(new SandboxBPFBasePolicyAndroid());
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_test_runner.cc 44 sandbox.SetSandboxPolicy(policy.release());
61 sandbox.SetSandboxPolicy(policy.release());
sandbox_bpf.h 92 void SetSandboxPolicy(SandboxBPFPolicy* policy);
98 // for a description of how to pass data from SetSandboxPolicy() to a Trap()
227 // been configured with SetSandboxPolicy().
sandbox_bpf.cc 378 SetSandboxPolicy(policy.release());
582 void SandboxBPF::SetSandboxPolicy(SandboxBPFPolicy* policy) {
593 // policies that are set with SetSandboxPolicy(). This means, as soon as
    [all...]
  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc 150 sandbox.SetSandboxPolicy(policy);
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 136 sandbox.SetSandboxPolicy(new VerboseAPITestingPolicy(&counter));
397 sandbox.SetSandboxPolicy(new StackingPolicyPartTwo());
    [all...]

Completed in 392 milliseconds