(pa ...string)
| 304 | } |
| 305 | |
| 306 | func (p Proc) path(pa ...string) string { |
| 307 | return p.fs.proc.Path(append([]string{strconv.Itoa(p.PID)}, pa...)...) |
| 308 | } |
| 309 | |
| 310 | // FileDescriptorsInfo retrieves information about all file descriptors of |
| 311 | // the process. |
no test coverage detected