Lines Matching refs:follow
356 # follow symlinks (aka don't not follow symlinks)
357 follow = follow_symlinks or not (_islink(src) and os.path.islink(dst))
358 if follow:
372 st = src.stat(follow_symlinks=follow)
374 st = lookup("stat")(src, follow_symlinks=follow)
377 follow_symlinks=follow)
380 _copyxattr(src, dst, follow_symlinks=follow)
382 lookup("chmod")(dst, mode, follow_symlinks=follow)
397 lookup("chflags")(dst, st.st_flags, follow_symlinks=follow)