Home | History | Annotate | Download | only in syscall

Lines Matching full:setfiletime

193 //sys	SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error)
493 return SetFileTime(h, nil, &a, &w)
513 return SetFileTime(h, nil, &a, &w)