OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_shared_section
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox.cc
14
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;
sandbox_globals.cc
13
SANDBOX_INTERCEPT HANDLE
g_shared_section
= NULL;
member in namespace:sandbox
target_process.cc
42
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;
sandbox_nt_util.cc
110
SANDBOX_INTERCEPT HANDLE
g_shared_section
;
member in namespace:sandbox
124
NTSTATUS ret = g_nt.MapViewOfSection(
g_shared_section
, NtCurrentProcess,
Completed in 90 milliseconds