func internal/syscall/unix.Utimensat

2 uses

	internal/syscall/unix (current package)
		utimes.go#L15: func Utimensat(dirfd int, path string, times *[2]syscall.Timespec, flag int) error

	os
		root_unix.go#L202: 			return unix.Utimensat(parent, name, &utimes, unix.AT_SYMLINK_NOFOLLOW)