Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp167 streamoff _Filebuf_base::_M_file_size() in _M_file_size() function in _Filebuf_base
356 if (/* offset > 0 || */ -offset > _M_file_size() ) in _M_seek()
Dfstream_unistd.cpp150 streamoff _Filebuf_base::_M_file_size() in _M_file_size() function in _Filebuf_base
300 if (/* offset > 0 || */ -offset > _M_file_size() ) in _M_seek()
Dfstream_win32io.cpp214 streamoff _Filebuf_base::_M_file_size() { in _M_file_size() function in _Filebuf_base
561 if (/* offset > 0 || */ -offset > _M_file_size() ) in _M_seek()
/ndk/sources/cxx-stl/stlport/src/
Dfstream.cpp67 streamoff __size = __this->_M_base._M_file_size(); in _M_doit()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c140 streamoff __size = _M_base._M_file_size(); in showmanyc()
D_fstream.h70 streamoff _M_file_size();