Lines Matching defs:src
202 def _samefile(src, dst): argument
226 def copyfile(src, dst, *, follow_symlinks=True): argument
290 def copymode(src, dst, *, follow_symlinks=True): argument
312 def _copyxattr(src, dst, *, follow_symlinks=True): argument
339 def copystat(src, dst, *, follow_symlinks=True): argument
405 def copy(src, dst, *, follow_symlinks=True): argument
423 def copy2(src, dst, *, follow_symlinks=True): argument
452 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
518 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
783 def move(src, dst, copy_function=copy2): argument
849 def _destinsrc(src, dst): argument
858 def _is_immutable(src): argument