Searched defs:_M_seek (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) function in class:_Filebuf_base
H A Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) function in class:_Filebuf_base
H A Dfstream_win32io.cpp475 _M_seek(0, ios_base::end);
547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) { function in class:_Filebuf_base
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {

Completed in 5 milliseconds