Searched refs:child_stdout_read (Results 1 – 1 of 1) sorted by relevance
100 HANDLE child_stdout_read = 0; in RunCommand() local105 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()