Searched refs:sandbox (Results 351 - 375 of 471) sorted by relevance

<<111213141516171819

/external/chromium_org/sandbox/
H A Dsandbox_services_headers.target.darwin-arm64.mk100 $(LOCAL_PATH)/sandbox \
192 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.darwin-mips.mk103 $(LOCAL_PATH)/sandbox \
199 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.darwin-x86.mk106 $(LOCAL_PATH)/sandbox \
204 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.darwin-x86_64.mk105 $(LOCAL_PATH)/sandbox \
202 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.linux-arm.mk111 $(LOCAL_PATH)/sandbox \
215 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.linux-arm64.mk100 $(LOCAL_PATH)/sandbox \
192 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.linux-mips.mk103 $(LOCAL_PATH)/sandbox \
199 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.linux-x86.mk106 $(LOCAL_PATH)/sandbox \
204 $(LOCAL_PATH)/sandbox \
H A Dsandbox_services_headers.target.linux-x86_64.mk105 $(LOCAL_PATH)/sandbox \
202 $(LOCAL_PATH)/sandbox \
/external/chromium_org/sandbox/win/src/
H A DWow64.cc5 #include "sandbox/win/src/wow64.h"
13 #include "sandbox/win/src/target_process.h"
74 namespace sandbox { namespace
221 } // namespace sandbox
H A Dapp_container_test.cc14 #include "sandbox/win/src/sync_policy_test.h"
69 namespace sandbox { namespace
144 } // namespace sandbox
H A Dcrosscall_params.h14 #include "sandbox/win/src/internal_types.h"
15 #include "sandbox/win/src/sandbox_types.h"
27 // This header is part of CrossCall: the sandbox inter-process communication.
45 namespace sandbox { namespace
292 } // namespace sandbox
H A Dhandle_table.h13 #include "sandbox/win/src/nt_internals.h"
15 namespace sandbox { namespace
157 } // namespace sandbox
H A Dpolicy_engine_opcodes.h8 #include "sandbox/win/src/policy_engine_params.h"
46 namespace sandbox { namespace
378 } // namespace sandbox
H A Dregistry_interception.cc5 #include "sandbox/win/src/registry_interception.h"
7 #include "sandbox/win/src/crosscall_client.h"
8 #include "sandbox/win/src/ipc_tags.h"
9 #include "sandbox/win/src/sandbox_factory.h"
10 #include "sandbox/win/src/sandbox_nt_util.h"
11 #include "sandbox/win/src/sharedmem_ipc_client.h"
12 #include "sandbox/win/src/target_services.h"
14 namespace sandbox { namespace
176 } // namespace sandbox
H A Dsandbox_policy_base.h16 #include "sandbox/win/src/crosscall_server.h"
17 #include "sandbox/win/src/handle_closer.h"
18 #include "sandbox/win/src/ipc_tags.h"
19 #include "sandbox/win/src/policy_engine_opcodes.h"
20 #include "sandbox/win/src/policy_engine_params.h"
21 #include "sandbox/win/src/sandbox_policy.h"
22 #include "sandbox/win/src/win_utils.h"
24 namespace sandbox { namespace
169 } // namespace sandbox
H A Dservice_resolver_64.cc5 #include "sandbox/win/src/service_resolver.h"
8 #include "sandbox/win/src/sandbox_nt_util.h"
9 #include "sandbox/win/src/win_utils.h"
83 namespace sandbox { namespace
212 } // namespace sandbox
H A Dsidestep_resolver.cc5 #include "sandbox/win/src/sidestep_resolver.h"
8 #include "sandbox/win/src/sandbox_nt_util.h"
9 #include "sandbox/win/src/sidestep/preamble_patcher.h"
28 namespace sandbox { namespace
202 } // namespace sandbox
H A Dsync_interception.cc5 #include "sandbox/win/src/sync_interception.h"
7 #include "sandbox/win/src/crosscall_client.h"
8 #include "sandbox/win/src/ipc_tags.h"
9 #include "sandbox/win/src/policy_params.h"
10 #include "sandbox/win/src/policy_target.h"
11 #include "sandbox/win/src/sandbox_factory.h"
12 #include "sandbox/win/src/sandbox_nt_util.h"
13 #include "sandbox/win/src/sharedmem_ipc_client.h"
14 #include "sandbox/win/src/target_services.h"
16 namespace sandbox { namespace
[all...]
H A Dsync_policy_test.cc5 #include "sandbox/win/src/sync_policy_test.h"
8 #include "sandbox/win/src/sandbox.h"
9 #include "sandbox/win/src/sandbox_policy.h"
10 #include "sandbox/win/src/sandbox_factory.h"
11 #include "sandbox/win/src/nt_internals.h"
14 namespace sandbox { namespace
147 } // namespace sandbox
H A Dfilesystem_policy.cc7 #include "sandbox/win/src/filesystem_policy.h"
11 #include "sandbox/win/src/ipc_tags.h"
12 #include "sandbox/win/src/policy_engine_opcodes.h"
13 #include "sandbox/win/src/policy_params.h"
14 #include "sandbox/win/src/sandbox_utils.h"
15 #include "sandbox/win/src/sandbox_types.h"
16 #include "sandbox/win/src/win_utils.h"
43 if (!sandbox::SameObject(local_handle, obj_attributes->ObjectName->Buffer)) {
59 namespace sandbox { namespace
405 } // namespace sandbox
[all...]
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.h15 #include "sandbox/linux/bpf_dsl/cons.h"
16 #include "sandbox/linux/seccomp-bpf/sandbox_bpf_policy.h"
17 #include "sandbox/linux/seccomp-bpf/trap.h"
18 #include "sandbox/sandbox_export.h"
20 namespace sandbox { namespace
25 // The sandbox::bpf_dsl namespace provides a domain-specific language
34 // #include "sandbox/linux/bpf_dsl/bpf_dsl.h"
36 // using namespace sandbox::bpf_dsl;
78 namespace sandbox { namespace
102 // User extension point for writing custom sandbox policie
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc5 #include "sandbox/linux/seccomp-bpf-helpers/baseline_policy.h"
29 #include "sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h"
30 #include "sandbox/linux/seccomp-bpf/bpf_tests.h"
31 #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
32 #include "sandbox/linux/seccomp-bpf/syscall.h"
33 #include "sandbox/linux/services/android_futex.h"
34 #include "sandbox/linux/services/linux_syscalls.h"
35 #include "sandbox/linux/services/thread_helpers.h"
36 #include "sandbox/linux/tests/unit_tests.h"
38 namespace sandbox { namespace
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst53 * **Security:** Users are kept secure with an ever-improving sandbox
347 Native Client's sandbox works by validating the untrusted code (the
352 data sandbox. In particular this means that once loaded into memory,
364 The beauty of the Native Client sandbox is in reducing "safe" code to a
372 includes an outer sandbox that mediates system calls. For more details about
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen.cc5 #include "sandbox/linux/seccomp-bpf/codegen.h"
12 #include "sandbox/linux/seccomp-bpf/basicblock.h"
13 #include "sandbox/linux/seccomp-bpf/die.h"
14 #include "sandbox/linux/seccomp-bpf/instruction.h"
15 #include "sandbox/linux/seccomp-bpf/linux_seccomp.h"
20 void TraverseRecursively(std::set<sandbox::Instruction*>* visited,
21 sandbox::Instruction* instruction) {
42 namespace sandbox { namespace
735 } // namespace sandbox

Completed in 6673 milliseconds

<<111213141516171819