Searched refs:AppendCloseFileAction (Results 1 – 5 of 5) sorted by relevance
314 launch_info.AppendCloseFileAction(STDIN_FILENO); in spawn_process()315 launch_info.AppendCloseFileAction(STDOUT_FILENO); in spawn_process()316 launch_info.AppendCloseFileAction(STDERR_FILENO); in spawn_process()
43 bool AppendCloseFileAction(int fd);
946 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()947 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()948 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
288 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()
69 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo