Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1503 os_remove_impl(PyObject *module, path_t *path, int dir_fd);
1518 return_value = os_remove_impl(module, &path, dir_fd); in os_remove()
/external/python/cpython3/Modules/
Dposixmodule.c4348 os_remove_impl(PyObject *module, path_t *path, int dir_fd) in os_remove_impl() function