Home
last modified time | relevance | path

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

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