Lines Matching refs:shutil
12 import shutil
62 shutil.copymode(srcname, destname, follow_symlinks=False)
72 shutil.copy(item, destname)
73 shutil.copymode(item, destname)
79 shutil.copymode(srcname, destname, follow_symlinks=False)
88 shutil.copy(item, destname)
89 shutil.copymode(item, destname)
92 shutil.copymode(srcname, destname, follow_symlinks=False)
99 shutil.copy(item, destname)
100 shutil.copymode(item, destname)
101 shutil.copystat(src, dest)
126 # The shutil.copy() below would fail if the file does not
131 shutil.copy(f, dest)