Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream17 using _STLP_NEW_IO_NAMESPACE::wfstream;
Diosfwd52 using _STLP_NEW_IO_NAMESPACE::wfstream;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out ); in seek()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out ); in seek()