kubernetes/pkg/volume/util/atomic_writer_linux.go

// chown changes the numeric uid and gid of the named file.
func (w *AtomicWriter) chown(name string, uid, gid int) error {}