Searched refs:SetSTDIOFileDescriptor (Results 1 – 7 of 7) sorted by relevance
231 Status SetSTDIOFileDescriptor(int fd);
294 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()349 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()1142 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
929 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
515 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
2350 void SetSTDIOFileDescriptor(int file_descriptor);
1156 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
4442 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process