Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dinterception.h190 bool CopyDataToChild(const void* local_buffer, size_t buffer_bytes,
Dinterception.cc129 if (!CopyDataToChild(local_buffer.get(), buffer_bytes, &remote_buffer)) in InitializeInterceptions()
316 bool InterceptionManager::CopyDataToChild(const void* local_buffer, in CopyDataToChild() function in sandbox::InterceptionManager