Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dmsvc_helper-win32.cc55 HANDLE stdout_read, stdout_write; in Run() local
56 if (!CreatePipe(&stdout_read, &stdout_write, &security_attributes, 0)) in Run()
59 if (!SetHandleInformation(stdout_read, HANDLE_FLAG_INHERIT, 0)) in Run()
87 if (!::ReadFile(stdout_read, buf, sizeof(buf), &read_len, NULL) && in Run()
101 if (!CloseHandle(stdout_read) || in Run()