Searched defs:g_shared_section (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/sandbox/win/src/
H A Dsandbox.cc14 SANDBOX_INTERCEPT HANDLE g_shared_section; member in namespace:sandbox
21 if (NULL != g_shared_section) {
34 if (NULL == g_shared_section) {
47 return sandbox::g_shared_section != NULL;
H A Dsandbox_globals.cc13 SANDBOX_INTERCEPT HANDLE g_shared_section = NULL; member in namespace:sandbox
H A Dsandbox_nt_util.cc110 SANDBOX_INTERCEPT HANDLE g_shared_section; member in namespace:sandbox
124 NTSTATUS ret = g_nt.MapViewOfSection(g_shared_section, NtCurrentProcess,
H A Dtarget_process.cc42 SANDBOX_INTERCEPT HANDLE g_shared_section; member in namespace:sandbox
282 g_shared_section = target_shared_section;
283 ret = TransferVariable("g_shared_section", &g_shared_section,
284 sizeof(g_shared_section));
285 g_shared_section = NULL;

Completed in 267 milliseconds