Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1692 os_rmdir_impl(PyObject *module, path_t *path, int dir_fd);
1719 return_value = os_rmdir_impl(module, &path, dir_fd); in os_rmdir()
/external/python/cpython3/Modules/
Dposixmodule.c4648 os_rmdir_impl(PyObject *module, path_t *path, int dir_fd) in os_rmdir_impl() function