Searched refs:os_replace_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 1596 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/ |
D | posixmodule.c | 4751 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_replace_impl() function
|