Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4301 os_ftruncate_impl(PyObject *module, int fd, Py_off_t length);
4314 return_value = os_ftruncate_impl(module, fd, length); in os_ftruncate()
/external/python/cpython3/Modules/
Dposixmodule.c9017 os_ftruncate_impl(PyObject *module, int fd, Py_off_t length) in os_ftruncate_impl() function
9064 return os_ftruncate_impl(module, path->fd, length); in os_truncate_impl()