reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
146 for (int fd = 3; fd < sysconf(_SC_OPEN_MAX); ++fd) 146 for (int fd = 3; fd < sysconf(_SC_OPEN_MAX); ++fd) 147 if (!info.GetFileActionForFD(fd) && fd != error_fd) 147 if (!info.GetFileActionForFD(fd) && fd != error_fd) 148 close(fd);