Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4375 {"posix_fallocate", (PyCFunction)os_posix_fallocate, METH_FASTCALL, os_posix_fallocate__doc__},
4382 os_posix_fallocate(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in os_posix_fallocate() function