Searched refs:os_replace_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 1273 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, 1291 return_value = os_replace_impl(module, &src, &dst, src_dir_fd, dst_dir_fd); in os_replace()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 4136 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_replace_impl() function
|