Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h369 _io__Buffered_truncate_impl(buffered *self, PyObject *pos);
385 return_value = _io__Buffered_truncate_impl(self, pos); in _io__Buffered_truncate()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbufferedio.c1295 _io__Buffered_truncate_impl(buffered *self, PyObject *pos) in _io__Buffered_truncate_impl() function