OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_seek
(Results
1 - 3
of
3
) sorted by null
/ndk/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 331 milliseconds