Searched refs:os_link_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 1089 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, 1140 return_value = os_link_impl(module, &src, &dst, src_dir_fd, dst_dir_fd, follow_symlinks); in os_link()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 3830 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_link_impl() function
|