package main // fileSet stores the file permissions type fileSet struct { Set map[string]bool SystemRoot bool } // getProcCwd gets the process CWD func getProcCwd(pid int) string { } // absPath calculates the absolute path for a process func absPath(pid int, path *string) { }