Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c10879 os_ftruncate_impl(PyObject *module, int fd, Py_off_t length) in os_ftruncate_impl() function
10930 return os_ftruncate_impl(module, path->fd, length); in os_truncate_impl()
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h6178 os_ftruncate_impl(PyObject *module, int fd, Py_off_t length);
6197 return_value = os_ftruncate_impl(module, fd, length); in os_ftruncate()

Completed in 37 milliseconds