OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartSandbox
(Results
1 - 8
of
8
) 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
156
sandbox.
StartSandbox
();
259
bool SandboxSeccompBPF::
StartSandbox
(const std::string& process_type) {
sandbox_linux.cc
230
seccomp_bpf_started_ = SandboxSeccompBPF::
StartSandbox
(process_type);
/external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h
87
sandbox.SandboxBPF::
StartSandbox
();
sandbox_bpf.h
71
// the destructor, if
StartSandbox
() has ever been called. In practice,
93
// directory is not accessible when "
startSandbox
()" gets called, the caller
96
// eventually close it when "
StartSandbox
()" executes.
171
// objects and calling "
StartSandbox
()" on each of them. Please note, that
178
void
StartSandbox
();
demo.cc
424
sandbox.
StartSandbox
();
sandbox_bpf.cc
326
StartSandbox
();
433
void SandboxBPF::
StartSandbox
() {
[
all
...]
sandbox_bpf_unittest.cc
101
sandbox.
StartSandbox
();
328
sandbox.
StartSandbox
();
[
all
...]
Completed in 327 milliseconds