HomeSort by relevance Sort by last modified time
    Searched full:out_read (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
process_util_win.cc 328 HANDLE out_read = NULL; local
338 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
344 win::ScopedHandle scoped_out_read(out_read);
348 if (!SetHandleInformation(out_read, HANDLE_FLAG_INHERIT, 0)) {
387 BOOL success = ReadFile(out_read, buffer, kBufferSize, &bytes_read, NULL);

Completed in 497 milliseconds