HomeSort by relevance Sort by last modified time
    Searched defs:sandbox (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome_elf/
ntdll_cache.h 10 namespace sandbox { namespace
19 extern sandbox::ThunkData g_nt_thunk_storage;
thunk_getter.h 8 namespace sandbox { namespace
14 sandbox::ServiceResolverThunk* GetThunk(bool relaxed);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_policy.cc 5 #include "sandbox/linux/seccomp-bpf/sandbox_bpf_policy.h"
9 #include "sandbox/linux/seccomp-bpf/errorcode.h"
11 namespace sandbox { namespace
17 } // namespace sandbox
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h 10 #include "sandbox/linux/bpf_dsl/bpf_dsl.h"
11 #include "sandbox/sandbox_export.h"
15 // See sandbox/linux/seccomp-bpf/trap.h to see how they work.
17 namespace sandbox { namespace
79 } // namespace sandbox.
syscall_parameters_restrictions.h 11 #include "sandbox/linux/bpf_dsl/bpf_dsl.h"
12 #include "sandbox/sandbox_export.h"
15 // sandbox that reduces the Linux kernel's attack surface. They return a
18 namespace sandbox { namespace
89 } // namespace sandbox.
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.h 9 #include "sandbox/sandbox_export.h"
11 namespace sandbox { namespace
23 } // namespace sandbox.
libc_urandom_override.h 8 namespace sandbox { namespace
12 } // namespace sandbox
  /external/chromium_org/sandbox/mac/
xpc.h 16 #include "sandbox/sandbox_export.h"
19 #include "sandbox/mac/xpc_stubs_header.fragment"
25 #include "sandbox/mac/xpc_stubs.h"
29 #include "sandbox/mac/xpc_stubs.sig"
31 #include "sandbox/mac/xpc_private_stubs.sig"
38 #include "sandbox/mac/xpc_private_stubs.sig"
43 namespace sandbox { namespace
48 } // namespace sandbox
  /external/chromium_org/sandbox/win/src/
acl.h 12 #include "sandbox/win/src/sid.h"
14 namespace sandbox { namespace
41 } // namespace sandbox
filesystem_interception.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
51 } // namespace sandbox
handle_interception.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
21 } // namespace sandbox
interceptors_64.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
173 } // namespace sandbox
policy_broker.h 8 #include "sandbox/win/src/interception.h"
10 namespace sandbox { namespace
21 } // namespace sandbox
policy_target.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
43 } // namespace sandbox
process_mitigations.h 11 #include "sandbox/win/src/security_level.h"
13 namespace sandbox { namespace
23 // Converts sandbox flags to the PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES
41 } // namespace sandbox
process_mitigations_win32k_policy.cc 5 #include "sandbox/win/src/process_mitigations_win32k_policy.h"
7 namespace sandbox { namespace
23 } // namespace sandbox
registry_interception.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
36 } // namespace sandbox
sandbox_utils.h 13 #include "sandbox/win/src/nt_internals.h"
15 namespace sandbox { namespace
23 } // namespace sandbox
sync_policy_test.h 8 #include "sandbox/win/tests/common/controller.h"
10 namespace sandbox { namespace
16 } // namespace sandbox
target_interceptions.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
33 } // namespace sandbox
window.h 12 #include "sandbox/win/src/sandbox_types.h"
14 namespace sandbox { namespace
38 } // namespace sandbox
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.h 12 namespace sandbox { namespace
46 } // namespace sandbox
  /external/chromium_org/content/browser/
bootstrap_sandbox_mac.h 8 namespace sandbox { namespace
14 // Whether or not the bootstrap sandbox should be enabled.
19 // On the first call to this function, the sandbox will be created and all
21 sandbox::BootstrapSandbox* GetBootstrapSandbox();
  /external/chromium_org/content/common/
sandbox_win.h 9 #include "sandbox/win/src/security_level.h"
15 namespace sandbox { namespace
23 // Wrapper around sandbox::TargetPolicy::SetJobLevel that checks if the sandbox
26 sandbox::JobLevel job_level,
28 sandbox::TargetPolicy* policy);
31 void AddBaseHandleClosePolicy(sandbox::TargetPolicy* policy);
33 bool InitBrokerServices(sandbox::BrokerServices* broker_services);
35 bool InitTargetServices(sandbox::TargetServices* target_services);
  /external/chromium_org/content/public/app/
startup_helper_win.h 12 namespace sandbox { namespace
22 // Initializes the sandbox code and turns on DEP. Note: This function
24 // sandbox library); it will not work correctly if it is exported from a
26 void InitializeSandboxInfo(sandbox::SandboxInterfaceInfo* sandbox_info);

Completed in 1360 milliseconds

1 2 3 4 5 6 7 8 91011>>