OpenFile is the generalized open call; most users will use Open or Create instead. It opens the named file with specified flag (os.O_RDONLY etc.). If the file does not exist, and the os.O_CREATE flag is passed, it is created with mode perm (before umask). If successful, methods on the returned File
(name string, flag int, perm fs.FileMode)
source not stored for this graph (policy: none)
no outgoing calls