Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1596 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd,
1637 return_value = os_replace_impl(module, &src, &dst, src_dir_fd, dst_dir_fd); in os_replace()
/external/python/cpython3/Modules/
Dposixmodule.c4751 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_replace_impl() function