(filename string, data []byte, perm os.FileMode)
| 35 | FollowSymlinkInScope(path, scope string) (string, error) |
| 36 | CopyFile(src, dest string, perm os.FileMode) error |
| 37 | WriteFile(filename string, data []byte, perm os.FileMode) error |
| 38 | Hostname() (string, error) |
| 39 | Mount(source string, target string, fstype string, flags uintptr, data string) error |
| 40 | Unmount(target string) error |
no outgoing calls