Searched defs:_M_open (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 155 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode, in _M_open() function in _Filebuf_base 215 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode) in _M_open() function in _Filebuf_base 227 bool _Filebuf_base::_M_open(int file_no, ios_base::openmode) in _M_open() function in _Filebuf_base
|
D | fstream_win32io.cpp | 218 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode, in _M_open() function in _Filebuf_base 294 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode) { in _M_open() function in _Filebuf_base 301 bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode init_mode) { in _M_open() function in _Filebuf_base 332 bool _Filebuf_base::_M_open(int file_no, ios_base::openmode init_mode) { in _M_open() function in _Filebuf_base
|
D | fstream_stdio.cpp | 172 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode, in _M_open() function in _Filebuf_base 261 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode) in _M_open() function in _Filebuf_base 273 bool _Filebuf_base::_M_open( int file_no, ios_base::openmode ) in _M_open() function in _Filebuf_base
|