Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c139 streamoff __pos = _M_base._M_seek(0, ios_base::cur); in showmanyc()
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence), in seekoff()
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence), in seekoff()
320 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __adjust) in seekoff()
321 … : _M_seek_return(_M_base._M_seek(__off - __adjust, ios_base::cur), _State_type()); in seekoff()
335 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __eadj) in seekoff()
336 … : _M_seek_return(_M_base._M_seek(__off - __eadj, ios_base::cur), _State_type()); in seekoff()
370 streamoff __cur = _M_base._M_seek(0, ios_base::cur); in seekoff()
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) { in seekpos()
D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
/ndk/sources/cxx-stl/stlport/src/
Dfstream.cpp66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur); in _M_doit()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp475 _M_seek(0, ios_base::end); in _M_write()
547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) { in _M_seek() function in _Filebuf_base
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) { in _M_mmap()
Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek() function in _Filebuf_base
Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek() function in _Filebuf_base