func syscall.Chmod

2 uses

	syscall (current package)
		syscall_linux.go#L29: func Chmod(path string, mode uint32) (err error) {

	os
		file_posix.go#L81: 		return syscall.Chmod(longName, syscallMode(mode))