HomeSort by relevance Sort by last modified time
    Searched refs:stdout_write (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 173 ScopedHandle stdout_read, stdout_write; local
179 !::CreatePipe(stdout_read.receive(), stdout_write.receive(), &attrs, 0)) {
217 si.hStdOutput = stdout_write.get();
  /system/core/adb/
adb.cpp 646 unique_handle stdout_read, stdout_write; local
647 if (!_create_anonymous_pipe(&stdout_read, &stdout_write, &sa)) {
684 startup.hStdOutput = stdout_write.get();
746 stdout_write.reset();
    [all...]

Completed in 503 milliseconds