OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_seek
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
286
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir)
fstream_stdio.cpp
342
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir)
fstream_win32io.cpp
475
_M_seek
(0, ios_base::end);
547
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir) {
608
if (base == 0 ||
_M_seek
(offset + len, ios_base::beg) < 0) {
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
286
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir)
fstream_stdio.cpp
342
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir)
fstream_win32io.cpp
475
_M_seek
(0, ios_base::end);
547
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir) {
608
if (base == 0 ||
_M_seek
(offset + len, ios_base::beg) < 0) {
Completed in 233 milliseconds