Searched refs:__protection (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_fstream.h59 bool _M_open(const char*, ios_base::openmode, long __protection);
175 long __protection) {
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
478 long __protection) :
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) : argument
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection))
638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) : argument
641 if (!_M_buf.open(__s, __m, __protection))
174 open(const char* __s, ios_base::openmode __m, long __protection) argument
477 basic_ifstream(const char* __s, ios_base::openmode __m, long __protection) argument

Completed in 4 milliseconds