github.com/prometheus/procfs.Proc.FDInfo (method)

2 uses

	github.com/prometheus/procfs (current package)
		proc.go#L281: 		fdinfo, err := p.FDInfo(n)
		proc_fdinfo.go#L47: func (p Proc) FDInfo(fd string) (*ProcFDInfo, error) {