OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartSandbox
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.h
37
static bool
StartSandbox
(const std::string& process_type);
sandbox_seccomp_bpf_linux.cc
162
CHECK(sandbox.
StartSandbox
(SandboxBPF::PROCESS_SINGLE_THREADED));
265
bool SandboxSeccompBPF::
StartSandbox
(const std::string& process_type) {
sandbox_linux.cc
258
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
47
sandbox.
StartSandbox
(sandbox::SandboxBPF::PROCESS_SINGLE_THREADED));
sandbox_bpf.h
59
//
StartSandbox
(), the program should indicate whether or not the sandbox
77
// the destructor, if
StartSandbox
() has ever been called. In practice,
99
// directory is not accessible when "
startSandbox
()" gets called, the caller
102
// eventually close it when "
StartSandbox
()" executes.
165
// objects and calling "
StartSandbox
()" on each of them. Please note, that
172
bool
StartSandbox
(SandboxThreadState thread_state) WARN_UNUSED_RESULT;
demo.cc
437
if (!sandbox.
StartSandbox
(SandboxBPF::PROCESS_SINGLE_THREADED)) {
438
fprintf(stderr, "
StartSandbox
() failed");
sandbox_bpf.cc
326
if (!
StartSandbox
(PROCESS_SINGLE_THREADED)) {
438
bool SandboxBPF::
StartSandbox
(SandboxThreadState thread_state) {
[
all
...]
sandbox_bpf_unittest.cc
116
BPF_ASSERT(sandbox.
StartSandbox
(SandboxBPF::PROCESS_SINGLE_THREADED));
364
BPF_ASSERT(sandbox.
StartSandbox
(SandboxBPF::PROCESS_SINGLE_THREADED));
[
all
...]
Completed in 747 milliseconds