Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1464 os_unlink_impl(PyObject *module, path_t *path, int dir_fd);
1479 return_value = os_unlink_impl(module, &path, dir_fd); in os_unlink()
/external/python/cpython3/Modules/
Dposixmodule.c4308 os_unlink_impl(PyObject *module, path_t *path, int dir_fd) in os_unlink_impl() function
4351 return os_unlink_impl(module, path, dir_fd); in os_remove_impl()