Home
last modified time | relevance | path

Searched defs:fs2 (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream.assign/
Dnonmember_swap.pass.cpp25 std::ifstream fs2("test2.dat"); in main() local
35 std::wifstream fs2("test2.dat"); in main() local
Dmember_swap.pass.cpp24 std::ifstream fs2("test2.dat"); in main() local
34 std::wifstream fs2("test2.dat"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
Dmember_swap.pass.cpp28 std::fstream fs2(temp2, std::ios_base::in | std::ios_base::out in main() local
51 std::wfstream fs2(temp2, std::ios_base::in | std::ios_base::out in main() local
Dnonmember_swap.pass.cpp29 std::fstream fs2(temp2, std::ios_base::in | std::ios_base::out in main() local
52 std::wfstream fs2(temp2, std::ios_base::in | std::ios_base::out in main() local
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp28 std::ofstream fs2(temp2); in main() local
55 std::wofstream fs2(temp2); in main() local
Dmember_swap.pass.cpp27 std::ofstream fs2(temp2); in main() local
54 std::wofstream fs2(temp2); in main() local