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

/external/stlport/stlport/stl/
H A D_fstream.c430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
462 if (_M_base.__o_mode() & ios_base::app)
H A D_fstream.h129 int __o_mode() const { return (int)_M_openmode; } function in class:_Filebuf_base

Completed in 31 milliseconds