Searched refs:AppendCloseFileAction (Results 1 – 4 of 4) sorted by relevance
44 bool AppendCloseFileAction(int fd);
1045 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()1136 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()1137 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()1138 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
285 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()
71 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo