Home
last modified time | relevance | path

Searched refs:SetupInterceptionInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception.h179 bool SetupInterceptionInfo(const InterceptionData& data, void** buffer,
Dinterception.cc216 if (!SetupInterceptionInfo(*rest, &buffer, &buffer_bytes, dll_info)) in SetupConfigBuffer()
265 bool InterceptionManager::SetupInterceptionInfo(const InterceptionData& data, in SetupInterceptionInfo() function in sandbox::InterceptionManager