(source string, target string, fstype string, flags uintptr, data string)
| 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 |
| 41 | LookupMount(path string) (mount.Info, error) |
| 42 | } |
no outgoing calls