Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2829 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd,
2893 return_value = os_rename_impl(module, &src, &dst, src_dir_fd, dst_dir_fd); in os_rename()
/external/python/cpython3/Modules/
Dposixmodule.c5887 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_rename_impl() function