Searched refs:child_stdin_read (Results 1 – 1 of 1) sorted by relevance
111 HANDLE child_stdin_read = 0; in RunCommand() local116 ASSERT_TRUE(::CreatePipe(&child_stdin_read, &child_stdin_write, in RunCommand()126 startup_info.hStdInput = child_stdin_read; in RunCommand()149 ASSERT_TRUE(::CloseHandle(child_stdin_read)); in RunCommand()