Searched refs:os_unlink_impl (Results 1 – 2 of 2) sorted by relevance
1464 os_unlink_impl(PyObject *module, path_t *path, int dir_fd);1479 return_value = os_unlink_impl(module, &path, dir_fd); in os_unlink()
4308 os_unlink_impl(PyObject *module, path_t *path, int dir_fd) in os_unlink_impl() function4351 return os_unlink_impl(module, path, dir_fd); in os_remove_impl()