Searched refs:file_util (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Dsetup.py59 import distutils.file_util as file_util namespace
757 file_util.copy_file(src, dest,
760 file_util.copy_file(src, dest, update=1)
773 file_util.copy_file(srcname, dst_path,
866 """A clone of distutils.file_util._copy_file_contents() that strips the
923 # Make file_util use our version of _copy_file_contents
924 file_util._copy_file_contents = _copy_file_contents

Completed in 184 milliseconds