Home | History | Annotate | Download | only in syscall

Lines Matching full:win32finddata

930 func FindFirstFile(name *uint16, data *Win32finddata) (handle Handle, err error) {
931 // NOTE(rsc): The Win32finddata struct is wrong for the system call:
947 func FindNextFile(handle Handle, data *Win32finddata) (err error) {