Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h166 bool is_open() const { return _M_base.__is_open(); } in is_open() function
501 bool is_open() { in is_open() function
502 return this->rdbuf()->is_open(); in is_open()
580 bool is_open() { in is_open() function
581 return this->rdbuf()->is_open(); in is_open()
661 bool is_open() { in is_open() function
662 return this->rdbuf()->is_open(); in is_open()
D_fstream.c82 bool __ok = this->is_open(); in close()
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode) in showmanyc()
294 if (!this->is_open()) in seekoff()
386 if (this->is_open()) { in seekpos()
430 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()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp177 CPPUNIT_ASSERT( f.is_open() ); in io()
212 CPPUNIT_ASSERT( f.is_open() ); in err()
233 CPPUNIT_ASSERT( of.is_open() ); in tellg()
245 CPPUNIT_ASSERT( is.is_open() ); in tellg()
264 CPPUNIT_ASSERT( is.is_open() ); in tellg()
280 CPPUNIT_ASSERT( is.is_open() ); in tellg()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp177 CPPUNIT_ASSERT( f.is_open() ); in io()
212 CPPUNIT_ASSERT( f.is_open() ); in err()
233 CPPUNIT_ASSERT( of.is_open() ); in tellg()
245 CPPUNIT_ASSERT( is.is_open() ); in tellg()
264 CPPUNIT_ASSERT( is.is_open() ); in tellg()
280 CPPUNIT_ASSERT( is.is_open() ); in tellg()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp172 if (result->is_open()) in _Stl_create_filebuf()
184 if (result->is_open()) in _Stl_create_wfilebuf()