Searched refs:child_stdout_write (Results 1 – 1 of 1) sorted by relevance
104 HANDLE child_stdout_write = 0; in RunCommand() local108 ASSERT_TRUE(::CreatePipe(&child_stdout_read, &child_stdout_write, in RunCommand()130 startup_info.hStdOutput = child_stdout_write; in RunCommand()137 ASSERT_TRUE(::CloseHandle(child_stdout_write)); in RunCommand()