Home
last modified time | relevance | path

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

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