STDOUT_FILENO      83 base/message_loop/message_pump_io_ios_unittest.cc       STDOUT_FILENO, false, MessageLoopForIO::WATCH_READ, &watcher, &delegate),
STDOUT_FILENO      79 base/message_loop/message_pump_libevent_unittest.cc       STDOUT_FILENO, false, MessageLoopForIO::WATCH_READ, &watcher, &delegate),
STDOUT_FILENO     222 base/process/launch_posix.cc       if (fd == STDIN_FILENO || fd == STDOUT_FILENO || fd == STDERR_FILENO)
STDOUT_FILENO     252 base/process/launch_posix.cc     if (fd == STDIN_FILENO || fd == STDOUT_FILENO || fd == STDERR_FILENO)
STDOUT_FILENO     543 base/process/launch_posix.cc         fd_shuffle1.push_back(InjectionArc(pipe_fd[1], STDOUT_FILENO, true));
STDOUT_FILENO     254 base/test/launcher/test_launcher.cc     fds_mapping.push_back(std::make_pair(output_file_fd.get(), STDOUT_FILENO));
STDOUT_FILENO     145 chrome/browser/diagnostics/diagnostics_writer.cc     use_color_ = isatty(STDOUT_FILENO);
STDOUT_FILENO      64 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc   fd_map.push_back(std::make_pair(read_pipe_write_fd.get(), STDOUT_FILENO));
STDOUT_FILENO     143 chrome/browser/mac/relauncher.cc                  kRelauncherSyncFD != STDOUT_FILENO &&
STDOUT_FILENO     223 chromeos/process_proxy/process_proxy.cc   fds_mapping.push_back(std::make_pair(slave_fd, STDOUT_FILENO));
STDOUT_FILENO      93 content/shell/android/browsertests_apk/content_browser_tests_android.cc   dup2(STDOUT_FILENO, STDERR_FILENO);
STDOUT_FILENO      99 remoting/host/it2me/it2me_native_messaging_host_main.cc   base::PlatformFile write_file = STDOUT_FILENO;
STDOUT_FILENO      98 remoting/host/setup/daemon_controller_delegate_linux.cc   fds_to_remap.push_back(std::pair<int, int>(STDERR_FILENO, STDOUT_FILENO));
STDOUT_FILENO     167 remoting/host/setup/me2me_native_messaging_host_main.cc   write_file = STDOUT_FILENO;
STDOUT_FILENO      63 testing/android/native_test_launcher.cc   write(STDOUT_FILENO, kCrashedMarker, sizeof(kCrashedMarker));
STDOUT_FILENO     175 testing/android/native_test_launcher.cc     dup2(STDOUT_FILENO, STDERR_FILENO);
STDOUT_FILENO      86 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc #ifndef STDOUT_FILENO
STDOUT_FILENO    1315 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     SetFdToBinaryMode(STDOUT_FILENO);
STDOUT_FILENO    1318 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     SetFdToTextMode(STDOUT_FILENO);
STDOUT_FILENO    1322 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   io::FileOutputStream out(STDOUT_FILENO);
STDOUT_FILENO      69 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc #ifndef STDOUT_FILENO
STDOUT_FILENO      44 third_party/protobuf/src/google/protobuf/compiler/plugin.cc #ifndef STDOUT_FILENO
STDOUT_FILENO     104 third_party/protobuf/src/google/protobuf/compiler/plugin.cc   _setmode(STDOUT_FILENO, _O_BINARY);
STDOUT_FILENO     153 third_party/protobuf/src/google/protobuf/compiler/plugin.cc   if (!response.SerializeToFileDescriptor(STDOUT_FILENO)) {
STDOUT_FILENO     309 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc     dup2(stdout_pipe[1], STDOUT_FILENO);
STDOUT_FILENO      67 third_party/protobuf/src/google/protobuf/testing/zcgunzip.cc       int err = write(STDOUT_FILENO, inptr, inlen);
STDOUT_FILENO      54 third_party/protobuf/src/google/protobuf/testing/zcgzip.cc   FileOutputStream fout(STDOUT_FILENO);
STDOUT_FILENO     127 tools/android/file_poller/file_poller.cc   close(STDOUT_FILENO);
STDOUT_FILENO     179 tools/android/file_poller/file_poller.cc   transfer_to_fd(sockfd, STDOUT_FILENO);
STDOUT_FILENO     191 tools/android/forwarder2/daemon.cc         CloseFD(STDOUT_FILENO);
STDOUT_FILENO     195 tools/android/forwarder2/daemon.cc         CHECK_EQ(dup(null_fd), STDOUT_FILENO);
STDOUT_FILENO     182 tools/gn/function_exec_script.cc             base::InjectionArc(pipe_fd[1], STDOUT_FILENO, true));