Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp23 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
25 tmpnam(temp2); in main()
28 std::ofstream fs2(temp2); in main()
45 std::ifstream fs(temp2); in main()
52 remove(temp2); in main()
55 std::wofstream fs2(temp2); in main()
72 std::wifstream fs(temp2); in main()
79 remove(temp2); in main()
Dmember_swap.pass.cpp22 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
24 tmpnam(temp2); in main()
27 std::ofstream fs2(temp2); in main()
44 std::ifstream fs(temp2); in main()
51 remove(temp2); in main()
54 std::wofstream fs2(temp2); in main()
71 std::wifstream fs(temp2); in main()
78 remove(temp2); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
Dmember_swap.pass.cpp22 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
24 tmpnam(temp2); in main()
28 std::fstream fs2(temp2, std::ios_base::in | std::ios_base::out in main()
47 std::remove(temp2); in main()
51 std::wfstream fs2(temp2, std::ios_base::in | std::ios_base::out in main()
70 std::remove(temp2); in main()
Dnonmember_swap.pass.cpp23 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
25 tmpnam(temp2); in main()
29 std::fstream fs2(temp2, std::ios_base::in | std::ios_base::out in main()
48 std::remove(temp2); in main()
52 std::wfstream fs2(temp2, std::ios_base::in | std::ios_base::out in main()
71 std::remove(temp2); in main()