Searched refs:os_remove_impl (Results 1 – 2 of 2) sorted by relevance
1503 os_remove_impl(PyObject *module, path_t *path, int dir_fd);1518 return_value = os_remove_impl(module, &path, dir_fd); in os_remove()
4348 os_remove_impl(PyObject *module, path_t *path, int dir_fd) in os_remove_impl() function