OpenFile wraps os.OpenFile
(string, int, os.FileMode)
| 168 | MkdirAll(string, os.FileMode) error |
| 169 | // OpenFile wraps os.OpenFile |
| 170 | OpenFile(string, int, os.FileMode) (*os.File, error) |
| 171 | // Mount wraps syscall.Mount |
| 172 | Mount(string, string, string, uintptr, string) error |
| 173 | // Unmount wraps syscall.Unmount |
no outgoing calls