Home
last modified time | relevance | path

Searched refs:IsSameProcess (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dtarget_interceptions.cc40 if (!IsSameProcess(process)) in TargetNtMapViewOfSection()
89 if (!IsSameProcess(process)) in TargetNtUnmapViewOfSection()
Dsandbox_nt_util.h110 bool IsSameProcess(HANDLE process);
Dsandbox_nt_util.cc282 bool IsSameProcess(HANDLE process) { in IsSameProcess() function