Searched refs:AppendCloseFileAction (Results 1 – 4 of 4) sorted by relevance
43 bool AppendCloseFileAction(int fd);
1024 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()1115 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()1116 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()1117 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
69 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo
288 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()