Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc101 HANDLE child_stdout_write = 0; in RunCommand() local
105 ASSERT_TRUE(::CreatePipe(&child_stdout_read, &child_stdout_write, in RunCommand()
125 startup_info.hStdError = child_stdout_write; in RunCommand()
127 startup_info.hStdOutput = child_stdout_write; in RunCommand()
134 ASSERT_TRUE(::CloseHandle(child_stdout_write)); in RunCommand()