Home
last modified time | relevance | path

Searched refs:Utimes (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_arm64.go131 return Utimes(path, tv)
Dsyscall_linux_arm.go125 return Utimes(path, tv)
Dsyscall_linux.go151 func Utimes(path string, tv []Timeval) error { func
221 return Utimes("/proc/self/fd/"+itoa(fd), tv)
Dsyscall_bsd.go523 func Utimes(path string, tv []Timeval) error { func
Dsyscall_solaris.go281 func Utimes(path string, tv []Timeval) (err error) { func