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

  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.h 39 static bool StartSandbox(const std::string& process_type);
sandbox_seccomp_bpf_linux.cc 151 CHECK(sandbox.StartSandbox(SandboxBPF::PROCESS_SINGLE_THREADED));
256 bool SandboxSeccompBPF::StartSandbox(const std::string& process_type) {
sandbox_linux.cc 255 seccomp_bpf_started_ = SandboxSeccompBPF::StartSandbox(process_type);
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_android.cc 50 CHECK(sandbox.StartSandbox(sandbox::SandboxBPF::PROCESS_MULTI_THREADED));
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_test_runner.cc 46 sandbox.StartSandbox(sandbox::SandboxBPF::PROCESS_SINGLE_THREADED));
sandbox_bpf.h 40 // StartSandbox(), the program should indicate whether or not the sandbox
58 // the destructor, if StartSandbox() has ever been called. In practice,
84 // directory is not accessible when "startSandbox()" gets called, the caller
87 // eventually close it when "StartSandbox()" executes.
162 // objects and calling "StartSandbox()" on each of them. Please note, that
169 bool StartSandbox(SandboxThreadState thread_state) WARN_UNUSED_RESULT;
sandbox_bpf.cc 379 if (!StartSandbox(PROCESS_SINGLE_THREADED)) {
510 bool SandboxBPF::StartSandbox(SandboxThreadState thread_state) {
    [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 137 BPF_ASSERT(sandbox.StartSandbox(SandboxBPF::PROCESS_SINGLE_THREADED));
398 BPF_ASSERT(sandbox.StartSandbox(SandboxBPF::PROCESS_SINGLE_THREADED));
    [all...]

Completed in 811 milliseconds