Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc112 HANDLE child_stdin_write = 0; in RunCommand() local
116 ASSERT_TRUE(::CreatePipe(&child_stdin_read, &child_stdin_write, in RunCommand()
118 ASSERT_TRUE(::SetHandleInformation(child_stdin_write, HANDLE_FLAG_INHERIT, in RunCommand()
148 ASSERT_TRUE(::CloseHandle(child_stdin_write)); in RunCommand()