Searched refs:os_rename_impl (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
H A Dposixmodule.c.h1222 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd,
1240 return_value = os_rename_impl(module, &src, &dst, src_dir_fd, dst_dir_fd);
/external/python/cpython3/Modules/
H A Dposixmodule.c4030 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, function

Completed in 107 milliseconds