Lines Matching refs:copystat
370 shutil.copystat(src_link, dst_link, follow_symlinks=True)
373 shutil.copystat(src_link, dst_link, follow_symlinks=False)
385 shutil.copystat(src_link, dst, follow_symlinks=False)
411 shutil.copystat(file1, file2)
414 self.assertRaises(OSError, shutil.copystat, file1, file2)
465 # test that shutil.copystat copies xattrs
471 shutil.copystat(src, dst)
758 # When copying to VFAT, copystat() raises OSError. On Windows, the
1917 target_api = ['copyfileobj', 'copyfile', 'copymode', 'copystat',