Home | History | Annotate | Download | only in syscall

Lines Matching full:setfiletime

191 //sys	SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error)
511 return SetFileTime(h, nil, &a, &w)
531 return SetFileTime(h, nil, &a, &w)