OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shared_section_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
target_process.cc
96
if (
shared_section_
.IsValid())
97
shared_section_
.Take();
255
shared_section_
.Set(::CreateFileMappingW(INVALID_HANDLE_VALUE, NULL,
258
if (!
shared_section_
.IsValid()) {
264
if (!::DuplicateHandle(::GetCurrentProcess(),
shared_section_
.Get(),
270
void* shared_memory = ::MapViewOfFile(
shared_section_
.Get(),
target_process.h
106
base::win::ScopedHandle
shared_section_
;
member in class:sandbox::TargetProcess
Completed in 1031 milliseconds