Home
last modified time | relevance | path

Searched defs:_M_write (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp267 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
Dfstream_stdio.cpp323 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
Dfstream_win32io.cpp464 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) { in _M_write() function in _Filebuf_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } in _M_write() function