Searched refs:child_stdout_read (Results 1 – 1 of 1) sorted by relevance
103 HANDLE child_stdout_read = 0; in RunCommand() local108 ASSERT_TRUE(::CreatePipe(&child_stdout_read, &child_stdout_write, in RunCommand()110 ASSERT_TRUE(::SetHandleInformation(child_stdout_read, HANDLE_FLAG_INHERIT, in RunCommand()140 while (::ReadFile(child_stdout_read, buffer, sizeof(buffer), &bytes_read, in RunCommand()153 ASSERT_TRUE(::CloseHandle(child_stdout_read)); in RunCommand()