Home
last modified time | relevance | path

Searched refs:fso (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
Dmove.pass.cpp24 std::ifstream fso("test.dat"); in main() local
25 std::ifstream fs = move(fso); in main()
31 std::wifstream fso("test.dat"); in main() local
32 std::wifstream fs = move(fso); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
Dmove_assign.pass.cpp24 std::ifstream fso("test.dat"); in main() local
26 fs = move(fso); in main()
32 std::wifstream fso("test.dat"); in main() local
34 fs = move(fso); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
Dmove.pass.cpp26 std::ofstream fso(temp.c_str()); in main() local
27 std::ofstream fs = move(fso); in main()
38 std::wofstream fso(temp.c_str()); in main() local
39 std::wofstream fs = move(fso); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp26 std::ofstream fso(temp.c_str()); in main() local
28 fs = move(fso); in main()
39 std::wofstream fso(temp.c_str()); in main() local
41 fs = move(fso); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
Dmove.pass.cpp26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out in main() local
28 std::fstream fs = move(fso); in main()
37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out in main() local
39 std::wfstream fs = move(fso); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
Dmove_assign.pass.cpp26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
29 fs = move(fso); in main()
38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
41 fs = move(fso); in main()