Home
last modified time | relevance | path

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

/external/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
Dmove.pass.cpp38 std::wofstream fso(temp.c_str()); in main()
39 std::wofstream fs = move(fso); in main()
Ddefault.pass.cpp26 std::wofstream fs; in main()
Dstring.pass.cpp36 std::wofstream fs(temp); in main()
Dpointer.pass.cpp36 std::wofstream fs(temp.c_str()); in main()
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp39 std::wofstream fso(temp.c_str()); in main()
40 std::wofstream fs; in main()
Dmember_swap.pass.cpp53 std::wofstream fs1(temp1.c_str()); in main()
54 std::wofstream fs2(temp2.c_str()); in main()
Dnonmember_swap.pass.cpp54 std::wofstream fs1(temp1.c_str()); in main()
55 std::wofstream fs2(temp2.c_str()); in main()
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
Drdbuf.pass.cpp31 std::wofstream fs(temp.c_str()); in main()
Dclose.pass.cpp34 std::wofstream fs; in main()
Dopen_string.pass.cpp42 std::wofstream fs; in main()
Dopen_pointer.pass.cpp42 std::wofstream fs; in main()
/external/stlport/stlport/using/
Dfstream14 using _STLP_NEW_IO_NAMESPACE::wofstream;
Diosfwd51 using _STLP_NEW_IO_NAMESPACE::wofstream;
/external/libcxx/include/
Diosfwd78 typedef basic_ofstream<wchar_t> wofstream;
172 typedef basic_ofstream<wchar_t> wofstream;
Dfstream130 typedef basic_ofstream<wchar_t> wofstream;
/external/libcxx/test/input.output/iostream.forward/
Diosfwd.pass.cpp134 std::wofstream* t3 = 0; in main()
/external/chromium_org/chrome/installer/util/
Dduplicate_tree_detector_unittest.cc29 std::wofstream file; in CreateTextFile()
Dmove_tree_work_item_unittest.cc36 std::wofstream file; in CreateTextFile()
/external/stlport/stlport/stl/
D_iosfwd.h149 typedef basic_ofstream<wchar_t, char_traits<wchar_t> > wofstream; typedef
/external/chromium_org/components/breakpad/tools/
Dcrash_service.cc53 std::wofstream file(file_path.c_str(), in WriteCustomInfoToFile()
/external/stlport/test/unit/
Dcodecvt_test.cpp488 wofstream ofs( "test.txt" ); in imbue_while_reading()
/external/oprofile/libregex/tests/
Dmangled-name.in344 wofstream
/external/chromium_org/base/
Dfile_util_unittest.cc228 std::wofstream file; in CreateTextFile()