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 695 unique_handle stdout_read, stdout_write; local
696 if (!_create_anonymous_pipe(&stdout_read, &stdout_write, &sa)) {
733 startup.hStdOutput = stdout_write.get();
793 stdout_write.reset();
    [all...]

Completed in 66 milliseconds