github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/pkg/fileutils/fileutils_windows.go (about) 1 package fileutils // import "github.com/docker/docker/pkg/fileutils" 2 3 // GetTotalUsedFds Returns the number of used File Descriptors. Not supported 4 // on Windows. 5 func GetTotalUsedFds() int { 6 return -1 7 }