Searched defs:newFile (Results 1 – 5 of 5) sorted by relevance
49 func newFile(h syscall.Handle, name string, kind string) *File { func
162 func newFile(fd int, name string, kind newFileKind, nonBlocking bool) *File { func
161 func newFile(t *testing.T) (f *File) { func
285 final File newFile = (basename==null)?null:createNewLogFile(basename); in checkLogFile() local