Lines Matching refs:src_dir_fd
1946 .. function:: link(src, dst, *, src_dir_fd=None, dst_dir_fd=None, follow_symlinks=True)
1950 This function can support specifying *src_dir_fd* and/or *dst_dir_fd* to
1954 .. audit-event:: os.link src,dst,src_dir_fd,dst_dir_fd os.link
1962 Added the *src_dir_fd*, *dst_dir_fd*, and *follow_symlinks* arguments.
2291 .. function:: rename(src, dst, *, src_dir_fd=None, dst_dir_fd=None)
2307 This function can support specifying *src_dir_fd* and/or *dst_dir_fd* to
2312 .. audit-event:: os.rename src,dst,src_dir_fd,dst_dir_fd os.rename
2315 The *src_dir_fd* and *dst_dir_fd* arguments.
2333 .. audit-event:: os.rename src,dst,src_dir_fd,dst_dir_fd os.renames
2339 .. function:: replace(src, dst, *, src_dir_fd=None, dst_dir_fd=None)
2347 This function can support specifying *src_dir_fd* and/or *dst_dir_fd* to
2350 .. audit-event:: os.rename src,dst,src_dir_fd,dst_dir_fd os.replace