OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_shared_section
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_globals.cc
13
SANDBOX_INTERCEPT HANDLE
g_shared_section
= NULL;
member in namespace:sandbox
sandbox.cc
14
SANDBOX_INTERCEPT HANDLE
g_shared_section
;
member in namespace:sandbox
22
if (NULL !=
g_shared_section
) {
35
if (NULL ==
g_shared_section
) {
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 30 milliseconds