Searched refs:SetSTDIOFileDescriptor (Results 1 – 8 of 8) sorted by relevance
240 process_sp->SetSTDIOFileDescriptor( in GetEnvironment()
282 Status SetSTDIOFileDescriptor(int fd);
320 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()377 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()1206 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
797 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
484 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
2480 void SetSTDIOFileDescriptor(int file_descriptor);
1058 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
4732 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process