Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4378 os_posix_fallocate_impl(PyObject *module, int fd, Py_off_t offset,
4393 return_value = os_posix_fallocate_impl(module, fd, offset, length); in os_posix_fallocate()
/external/python/cpython3/Modules/
Dposixmodule.c9116 os_posix_fallocate_impl(PyObject *module, int fd, Py_off_t offset, in os_posix_fallocate_impl() function