Searched refs:AppendCloseFileAction (Results 1 – 4 of 4) sorted by relevance
46 bool AppendCloseFileAction(int fd);
1080 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()1172 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()1173 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()1174 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
178 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()
74 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo