Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dfileio.c.h333 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence);
354 return_value = _io_FileIO_seek_impl(self, pos, whence); in _io_FileIO_seek()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dfileio.c962 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence) function