HomeSort by relevance Sort by last modified time
    Searched refs:SetupConfigBuffer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
interception.h 160 bool SetupConfigBuffer(void* buffer, size_t buffer_bytes);
interception_unittest.cc 140 ASSERT_TRUE(interceptions.SetupConfigBuffer(local_buffer.get(),
193 ASSERT_TRUE(interceptions.SetupConfigBuffer(local_buffer.get(),
interception.cc 125 if (!SetupConfigBuffer(local_buffer.get(), buffer_bytes))
182 bool InterceptionManager::SetupConfigBuffer(void* buffer, size_t buffer_bytes) {

Completed in 37 milliseconds