Searched defs:dst_dir_fd (Results 1 – 3 of 3) sorted by relevance
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 3991 def rename(self, src, dst, *, src_dir_fd=None, dst_dir_fd=None): argument 4020 def replace(self, src, dst, *, src_dir_fd=None, dst_dir_fd=None): argument 4318 def link(self, src, dst, *, src_dir_fd=None, dst_dir_fd=None): argument
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 3831 int dst_dir_fd, int follow_symlinks) in os_link_impl() 4510 internal_rename(path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd, int is_replace) in internal_rename() 4604 int dst_dir_fd) in os_rename_impl() 4625 int dst_dir_fd) in os_replace_impl()
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 1103 int dst_dir_fd = DEFAULT_DIR_FD; in os_link() local 1571 int dst_dir_fd = DEFAULT_DIR_FD; in os_rename() local 1639 int dst_dir_fd = DEFAULT_DIR_FD; in os_replace() local
|