Lines Matching refs:copystat
683 # When copying to VFAT, copystat() raises OSError. On Windows, the
903 ### shutil.copystat
927 shutil.copystat(src_link, dst_link, follow_symlinks=True)
930 shutil.copystat(src_link, dst_link, follow_symlinks=False)
942 shutil.copystat(src_link, dst, follow_symlinks=False)
968 shutil.copystat(file1, file2)
971 self.assertRaises(OSError, shutil.copystat, file1, file2)
1024 # test that shutil.copystat copies xattrs
1036 shutil.copystat(src, dst)
1037 shutil.copystat(srcro, dstro)
2715 target_api = ['copyfileobj', 'copyfile', 'copymode', 'copystat',