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

/prebuilts/ndk/current/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) {
/prebuilts/ndk/r11/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) {
/prebuilts/ndk/r13/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 143 milliseconds