Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc100 HANDLE child_stdout_read = 0; in RunCommand() local
105 ASSERT_TRUE(::CreatePipe(&child_stdout_read, &child_stdout_write, in RunCommand()
107 ASSERT_TRUE(::SetHandleInformation(child_stdout_read, HANDLE_FLAG_INHERIT, in RunCommand()
137 while (::ReadFile(child_stdout_read, buffer, sizeof(buffer), &bytes_read, in RunCommand()
150 ASSERT_TRUE(::CloseHandle(child_stdout_read)); in RunCommand()