pipe_ 86 ipc/ipc_channel_nacl.cc int pipe_; pipe_ 99 ipc/ipc_channel_nacl.cc : pipe_(pipe), pipe_ 108 ipc/ipc_channel_nacl.cc bool success = ReadDataOnReaderThread(pipe_, msg_contents.get()); pipe_ 127 ipc/ipc_channel_nacl.cc pipe_(-1), pipe_ 149 ipc/ipc_channel_nacl.cc if (pipe_ == -1) { pipe_ 161 ipc/ipc_channel_nacl.cc pipe_, pipe_ 190 ipc/ipc_channel_nacl.cc close(pipe_); pipe_ 191 ipc/ipc_channel_nacl.cc pipe_ = -1; pipe_ 218 ipc/ipc_channel_nacl.cc if (pipe_ == -1) pipe_ 242 ipc/ipc_channel_nacl.cc DCHECK(pipe_ == -1); pipe_ 255 ipc/ipc_channel_nacl.cc pipe_ = channel_handle.socket.fd; pipe_ 265 ipc/ipc_channel_nacl.cc if (pipe_ == -1) pipe_ 283 ipc/ipc_channel_nacl.cc ssize_t bytes_written = imc_sendmsg(pipe_, &msgh, 0); pipe_ 292 ipc/ipc_channel_nacl.cc << pipe_ pipe_ 302 ipc/ipc_channel_nacl.cc << " on fd " << pipe_; pipe_ 316 ipc/ipc_channel_nacl.cc if (pipe_ == -1) pipe_ 71 ipc/ipc_channel_nacl.h int pipe_; pipe_ 189 ipc/ipc_channel_posix.cc pipe_(-1), pipe_ 236 ipc/ipc_channel_posix.cc DCHECK(server_listen_pipe_ == -1 && pipe_ == -1); pipe_ 336 ipc/ipc_channel_posix.cc pipe_ = local_pipe; pipe_ 341 ipc/ipc_channel_posix.cc if (server_listen_pipe_ == -1 && pipe_ == -1) { pipe_ 389 ipc/ipc_channel_posix.cc if (pipe_ == -1) pipe_ 462 ipc/ipc_channel_posix.cc fd_written = pipe_; pipe_ 468 ipc/ipc_channel_posix.cc bytes_written = HANDLE_EINTR(write(pipe_, out_bytes, amt_to_write)); pipe_ 472 ipc/ipc_channel_posix.cc bytes_written = HANDLE_EINTR(sendmsg(pipe_, &msgh, MSG_DONTWAIT)); pipe_ 510 ipc/ipc_channel_posix.cc pipe_, pipe_ 521 ipc/ipc_channel_posix.cc << " with type " << msg->type() << " on fd " << pipe_; pipe_ 577 ipc/ipc_channel_posix.cc return AcceptsConnections() && pipe_ != -1; pipe_ 582 ipc/ipc_channel_posix.cc return IPC::GetPeerEuid(pipe_, peer_euid); pipe_ 589 ipc/ipc_channel_posix.cc if (pipe_ != -1) { pipe_ 590 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(pipe_)) < 0) pipe_ 592 ipc/ipc_channel_posix.cc pipe_ = -1; pipe_ 651 ipc/ipc_channel_posix.cc if (pipe_ != -1) { pipe_ 661 ipc/ipc_channel_posix.cc pipe_ = new_pipe; pipe_ 682 ipc/ipc_channel_posix.cc } else if (fd == pipe_) { pipe_ 709 ipc/ipc_channel_posix.cc DCHECK_EQ(pipe_, fd); pipe_ 718 ipc/ipc_channel_posix.cc pipe_, true, base::MessageLoopForIO::WATCH_READ, &read_watcher_, this); pipe_ 786 ipc/ipc_channel_posix.cc if (pipe_ == -1) pipe_ 801 ipc/ipc_channel_posix.cc *bytes_read = HANDLE_EINTR(read(pipe_, buffer, buffer_len)); pipe_ 807 ipc/ipc_channel_posix.cc *bytes_read = HANDLE_EINTR(recvmsg(pipe_, &msg, MSG_DONTWAIT)); pipe_ 822 ipc/ipc_channel_posix.cc PLOG(ERROR) << "pipe error (" << pipe_ << ")"; pipe_ 142 ipc/ipc_channel_posix.h int pipe_; pipe_ 41 ipc/ipc_channel_win.cc pipe_(INVALID_HANDLE_VALUE), pipe_ 61 ipc/ipc_channel_win.cc CancelIo(pipe_); pipe_ 65 ipc/ipc_channel_win.cc if (pipe_ != INVALID_HANDLE_VALUE) { pipe_ 66 ipc/ipc_channel_win.cc CloseHandle(pipe_); pipe_ 67 ipc/ipc_channel_win.cc pipe_ = INVALID_HANDLE_VALUE; pipe_ 120 ipc/ipc_channel_win.cc if (INVALID_HANDLE_VALUE == pipe_) pipe_ 124 ipc/ipc_channel_win.cc BOOL ok = ReadFile(pipe_, buffer, buffer_len, pipe_ 206 ipc/ipc_channel_win.cc DCHECK_EQ(INVALID_HANDLE_VALUE, pipe_); pipe_ 226 ipc/ipc_channel_win.cc &pipe_, pipe_ 239 ipc/ipc_channel_win.cc pipe_ = CreateNamedPipeW(pipe_name.c_str(), pipe_ 250 ipc/ipc_channel_win.cc pipe_ = CreateFileW(pipe_name.c_str(), pipe_ 262 ipc/ipc_channel_win.cc if (pipe_ == INVALID_HANDLE_VALUE) { pipe_ 280 ipc/ipc_channel_win.cc CloseHandle(pipe_); pipe_ 281 ipc/ipc_channel_win.cc pipe_ = INVALID_HANDLE_VALUE; pipe_ 295 ipc/ipc_channel_win.cc if (pipe_ == INVALID_HANDLE_VALUE) pipe_ 298 ipc/ipc_channel_win.cc base::MessageLoopForIO::current()->RegisterIOHandler(pipe_, this); pipe_ 328 ipc/ipc_channel_win.cc if (INVALID_HANDLE_VALUE == pipe_) pipe_ 331 ipc/ipc_channel_win.cc BOOL ok = ConnectNamedPipe(pipe_, &input_state_.context.overlapped); pipe_ 384 ipc/ipc_channel_win.cc if (INVALID_HANDLE_VALUE == pipe_) pipe_ 390 ipc/ipc_channel_win.cc BOOL ok = WriteFile(pipe_, pipe_ 445 ipc/ipc_channel_win.cc else if (pipe_ != INVALID_HANDLE_VALUE) pipe_ 458 ipc/ipc_channel_win.cc if (!ok && INVALID_HANDLE_VALUE != pipe_) { pipe_ 70 ipc/ipc_channel_win.h HANDLE pipe_; pipe_ 26 media/cast/test/utility/udp_proxy.cc if (pipe_) { pipe_ 27 media/cast/test/utility/udp_proxy.cc pipe_->InitOnIOThread(); pipe_ 31 media/cast/test/utility/udp_proxy.cc if (pipe_) { pipe_ 32 media/cast/test/utility/udp_proxy.cc pipe_->AppendToPipe(pipe.Pass()); pipe_ 34 media/cast/test/utility/udp_proxy.cc pipe_ = pipe.Pass(); pipe_ 75 media/cast/test/utility/udp_proxy.cc pipe_->Send(packet.Pass()); pipe_ 99 media/cast/test/utility/udp_proxy.cc pipe_->Send(packet.Pass()); pipe_ 130 media/cast/test/utility/udp_proxy.cc pipe_->Send(packet.Pass()); pipe_ 231 media/cast/test/utility/udp_proxy.cc pipe_->Send(packet.Pass()); pipe_ 271 media/cast/test/utility/udp_proxy.cc pipe_->Send(packet.Pass()); pipe_ 33 media/cast/test/utility/udp_proxy.h scoped_ptr<PacketPipe> pipe_; pipe_ 109 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc InterfacePipe<math::CalculatorUI> pipe_; pipe_ 118 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc MathCalculatorImpl calculator(pipe_.handle_to_self.Pass()); pipe_ 121 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc MathCalculatorUIImpl calculator_ui(pipe_.handle_to_peer.Pass()); pipe_ 133 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc RemotePtr<math::Calculator> b(pipe_.handle_to_peer.Pass(), NULL); pipe_ 149 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc math::CalculatorHandle handle = pipe_.handle_to_peer.get(); pipe_ 151 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc a.reset(pipe_.handle_to_peer.Pass(), NULL); pipe_ 165 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc new MathCalculatorImpl(pipe_.handle_to_self.Pass()); pipe_ 167 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc MathCalculatorUIImpl calculator_ui(pipe_.handle_to_peer.Pass()); pipe_ 191 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc new MathCalculatorImpl(pipe_.handle_to_self.Pass()); pipe_ 194 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc MathCalculatorUIImpl calculator_ui(pipe_.handle_to_peer.Pass(), pipe_ 25 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc EventEmitter* PipeNode::GetEventEmitter() { return pipe_.get(); } pipe_ 38 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc *out_bytes = pipe_->Read_Locked(static_cast<char*>(buf), count); pipe_ 53 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc *out_bytes = pipe_->Write_Locked(static_cast<const char*>(buf), count); pipe_ 31 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h ScopedPipeEventEmitter pipe_; pipe_ 130 remoting/host/win/wts_session_process_delegate.cc base::win::ScopedHandle pipe_; pipe_ 251 remoting/host/win/wts_session_process_delegate.cc pipe_.Close(); pipe_ 260 remoting/host/win/wts_session_process_delegate.cc pipe_.Close(); pipe_ 276 remoting/host/win/wts_session_process_delegate.cc DCHECK(!pipe_.IsValid()); pipe_ 309 remoting/host/win/wts_session_process_delegate.cc if (!get_named_pipe_client_pid_(pipe_, &pid)) { pipe_ 348 remoting/host/win/wts_session_process_delegate.cc DCHECK(!pipe_.IsValid()); pipe_ 425 remoting/host/win/wts_session_process_delegate.cc pipe_ = pipe.Pass(); pipe_ 498 remoting/host/win/wts_session_process_delegate.cc pipe_.Close();